diff --git a/instances/sif/configuration.nix b/instances/sif/configuration.nix index 09a497b..0e88b88 100644 --- a/instances/sif/configuration.nix +++ b/instances/sif/configuration.nix @@ -361,5 +361,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 = "23.11"; # Did you read the comment? + system.stateVersion = "24.11"; # Did you read the comment? } diff --git a/instances/sif/hm.nix b/instances/sif/hm.nix index a04031d..2449b68 100644 --- a/instances/sif/hm.nix +++ b/instances/sif/hm.nix @@ -91,7 +91,7 @@ ../../modules/hm/development/web.nix # ../../modules/hm/alacritty.nix - ../../modules/hm/autorandr.nix + # ../../modules/hm/autorandr.nix ../../modules/hm/biblio.nix # ../../modules/hm/bitwarden.nix # ../../modules/hm/blender.nix @@ -148,5 +148,5 @@ ../../modules/hm/zellij.nix ]; - home.stateVersion = "23.11"; + home.stateVersion = "24.11"; }