From 30c69cc70b5f1a94604e98bbf6b6aecab2b7cfc5 Mon Sep 17 00:00:00 2001 From: CherryKitten Date: Tue, 4 Jun 2024 11:59:30 +0200 Subject: [PATCH] back to 23.11 for now --- nixos-infect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos-infect b/nixos-infect index ffa5e81..422deb8 100644 --- a/nixos-infect +++ b/nixos-infect @@ -44,7 +44,7 @@ makeConf() { networking.domain = "$(hostname -d)"; services.openssh.enable = true; security.sudo.wheelNeedsPassword = false; - system.stateVersion = "24.05"; + system.stateVersion = "23.11"; users.users.root.openssh.authorizedKeys.keys = keys; users.users.sammy = { isNormalUser = true; @@ -320,7 +320,7 @@ infect() { # shellcheck disable=SC1090 source ~/.nix-profile/etc/profile.d/nix.sh - [[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-24.05" + [[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-23.11" nix-channel --remove nixpkgs nix-channel --add "https://nixos.org/channels/$NIX_CHANNEL" nixos nix-channel --update