diff --git a/home/felschr-server.nix b/home/felschr-server.nix index 2787392..068d8fb 100644 --- a/home/felschr-server.nix +++ b/home/felschr-server.nix @@ -44,5 +44,5 @@ } ''; - home.stateVersion = "23.05"; + home.stateVersion = "24.11"; } diff --git a/home/felschr-work.nix b/home/felschr-work.nix index 989d6c5..fd6d8dd 100644 --- a/home/felschr-work.nix +++ b/home/felschr-work.nix @@ -75,5 +75,5 @@ with pkgs; emblem ]; - home.stateVersion = "23.05"; + home.stateVersion = "24.11"; } diff --git a/home/felschr.nix b/home/felschr.nix index e1a126c..848ec21 100644 --- a/home/felschr.nix +++ b/home/felschr.nix @@ -106,5 +106,5 @@ emblem ]; - home.stateVersion = "23.05"; + home.stateVersion = "24.11"; } diff --git a/hosts/home-pc.nix b/hosts/home-pc.nix index 3347332..23864bc 100644 --- a/hosts/home-pc.nix +++ b/hosts/home-pc.nix @@ -59,5 +59,5 @@ systemd.notify.libnotify.user = "felschr"; # only change this when specified in release notes - system.stateVersion = "23.05"; + system.stateVersion = "24.11"; } diff --git a/hosts/home-server.nix b/hosts/home-server.nix index 1e863f1..c9ecdad 100644 --- a/hosts/home-server.nix +++ b/hosts/home-server.nix @@ -158,7 +158,7 @@ in }; # only change this when specified in release notes - system.stateVersion = "23.05"; + system.stateVersion = "24.11"; system.autoUpgrade.allowReboot = true; system.autoUpgrade.rebootWindow = { diff --git a/hosts/work-pc.nix b/hosts/work-pc.nix index 5d92731..983f6a7 100644 --- a/hosts/work-pc.nix +++ b/hosts/work-pc.nix @@ -38,5 +38,5 @@ }; # only change this when specified in release notes - system.stateVersion = "22.05"; + system.stateVersion = "24.11"; }