From fe7d6ced069a288655ba883734c892b55e984229 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Mon, 28 Oct 2024 21:39:53 +0100 Subject: [PATCH] StateVersion: Update to 24.11 --- modules/home/default.nix | 2 +- modules/system/common.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/default.nix b/modules/home/default.nix index eabf15b..dc8ad7f 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -13,7 +13,7 @@ username = "florian"; homeDirectory = "/home/florian"; - stateVersion = "24.05"; + stateVersion = "24.11"; }; programs.home-manager.enable = true; diff --git a/modules/system/common.nix b/modules/system/common.nix index e216574..fe25506 100644 --- a/modules/system/common.nix +++ b/modules/system/common.nix @@ -93,5 +93,5 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "24.05"; # Did you read the comment? + system.stateVersion = "24.11"; # Did you read the comment? }