diff --git a/home-manager/scripts/infect.sh b/home-manager/scripts/infect.sh index 1f28efb..2a8454d 100644 --- a/home-manager/scripts/infect.sh +++ b/home-manager/scripts/infect.sh @@ -52,7 +52,7 @@ makeConf() { trimmed_line=$(echo -n "$line" | xargs) echo -n "''$trimmed_line'' " done <<< "$keys")]; - system.stateVersion = "23.11"; + system.stateVersion = "25.05"; } EOF @@ -332,7 +332,7 @@ infect() { # shellcheck disable=SC1090 source ~/.nix-profile/etc/profile.d/nix.sh - [[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-23.05" + [[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-25.05" nix-channel --remove nixpkgs nix-channel --add "https://nixos.org/channels/$NIX_CHANNEL" nixos nix-channel --update