diff --git a/hm/common.nix b/hm/common.nix index c958b61..3aa513e 100644 --- a/hm/common.nix +++ b/hm/common.nix @@ -394,7 +394,7 @@ in }; }; home = { - stateVersion = "23.05"; + stateVersion = "23.11"; language = { base = "en_US.UTF-8"; # time = "en_DK.UTF-8"; # FIXME Disabled because complaints during nixos-rebuild switch diff --git a/os/common.nix b/os/common.nix index 388fe34..8332453 100644 --- a/os/common.nix +++ b/os/common.nix @@ -73,6 +73,6 @@ system.copySystemConfiguration = true; # Use defaults from - system.stateVersion = "23.05"; + system.stateVersion = "23.11"; }