diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-18 11:54:06 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-18 11:54:14 +0100 |
commit | 64796f03ce75ebf0b0a82e7d88ecc158ecbecae0 (patch) | |
tree | e4ff5028d300acbe67aa5fd9ef2a53751c20b65f | |
parent | 5a510517e69d5993c2276e8dc84006dbb3e3f34e (diff) |
tente: bump stateVersion to 24.11
-rw-r--r-- | nixos/tente-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tente-configuration.nix b/nixos/tente-configuration.nix index 5ece21a..7d81630 100644 --- a/nixos/tente-configuration.nix +++ b/nixos/tente-configuration.nix @@ -182,7 +182,7 @@ in # and migrated your data accordingly. # # For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion . - system.stateVersion = "24.05"; # Did you read the comment? + system.stateVersion = "24.11"; # Did you read the comment? } |