From da5ec690431ad5036874d4a454b8319c8102dd88 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Sat, 25 Nov 2023 04:27:22 +0000 Subject: [PATCH] Increment system.stateVersion of aluminium --- hosts/aluminium/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/aluminium/configuration.nix b/hosts/aluminium/configuration.nix index 0228b51..f81c9e1 100644 --- a/hosts/aluminium/configuration.nix +++ b/hosts/aluminium/configuration.nix @@ -120,7 +120,7 @@ in # 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 = "22.05"; # Did you read the comment? + system.stateVersion = "23.11"; # Did you read the comment? }