From ac00b5153ec97aaddd428c85197fc01284e035ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Sun, 8 Dec 2024 18:38:11 +0100 Subject: [PATCH] chore: update {system,home}.stateVersion to 24.11 --- home/felschr-server.nix | 2 +- home/felschr-work.nix | 2 +- home/felschr.nix | 2 +- hosts/home-pc.nix | 2 +- hosts/home-server.nix | 2 +- hosts/work-pc.nix | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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"; }