diff --git a/flake.nix b/flake.nix index 5a2ff2e..adaa635 100644 --- a/flake.nix +++ b/flake.nix @@ -119,13 +119,13 @@ } ]; }; - "telperion" = nixpkgs-stable.lib.nixosSystem { + "telperion" = nixpkgs-unstable.lib.nixosSystem { system = "x86_64-linux"; specialArgs = {inherit inputs outputs;}; modules = [ ./nixos/telperion/configuration.nix ./nixos/common.nix - home-manager-stable.nixosModules.home-manager + home-manager-unstable.nixosModules.home-manager { home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; diff --git a/home-manager/telperion.nix b/home-manager/telperion.nix index 796e980..8a2368f 100644 --- a/home-manager/telperion.nix +++ b/home-manager/telperion.nix @@ -63,6 +63,6 @@ ]; - home.stateVersion = "23.11"; + home.stateVersion = "24.05"; programs.home-manager.enable = true; } diff --git a/nixos/telperion/configuration.nix b/nixos/telperion/configuration.nix index 96c9a27..71df91f 100644 --- a/nixos/telperion/configuration.nix +++ b/nixos/telperion/configuration.nix @@ -78,6 +78,6 @@ # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. networking.firewall.enable = false; - system.stateVersion = "23.11"; # Did you read the comment? + system.stateVersion = "24.05"; # Did you read the comment? } \ No newline at end of file