From c0478aedc33c55cc5d0e42d8b75b560f15004260 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 12 Apr 2026 12:01:22 +0200 Subject: [PATCH] feat: update state version. --- hosts/skadi/configuration.nix | 2 +- hosts/skadi/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index fda7a2c..1d690a8 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -201,5 +201,5 @@ ]; # DO NOT CHANGE - system.stateVersion = "24.11"; + system.stateVersion = "26.05"; } diff --git a/hosts/skadi/home.nix b/hosts/skadi/home.nix index e0599e5..03c51f9 100644 --- a/hosts/skadi/home.nix +++ b/hosts/skadi/home.nix @@ -56,5 +56,5 @@ crony.obs-studio.enable = true; # DO NOT CHANGE ALSO - home.stateVersion = "24.11"; # Please read the comment before changing. + home.stateVersion = "26.05"; # Please read the comment before changing. }