diff --git a/configuration.nix b/configuration.nix index c9f341f..bdbe318 100644 --- a/configuration.nix +++ b/configuration.nix @@ -193,5 +193,5 @@ in networking.firewall.allowedUDPPorts = [ ]; networking.firewall.enable = true; - system.stateVersion = "23.05"; # Did you read the comment? + system.stateVersion = "23.11"; # Did you read the comment? } diff --git a/home.nix b/home.nix index 20e68d6..c021d41 100644 --- a/home.nix +++ b/home.nix @@ -1,7 +1,7 @@ { config, pkgs, unstablePkgs, ... }: { targets.genericLinux.enable = true; home = { - stateVersion = "23.05"; + stateVersion = "23.11"; file = { ".local/bin" = { source = ./scripts; }; };