From be3a8485f63b12f0c90b983b62e78745c237f7fa Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 19 Jul 2022 12:38:54 +0300 Subject: [PATCH] Init server with the Selfprivacy channel --- nixos-infect | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos-infect b/nixos-infect index 12fab21..349eed6 100755 --- a/nixos-infect +++ b/nixos-infect @@ -304,9 +304,8 @@ infect() { # shellcheck disable=SC1090 source ~/.nix-profile/etc/profile.d/nix.sh - [[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-21.05" nix-channel --remove nixpkgs - nix-channel --add "https://nixos.org/channels/$NIX_CHANNEL" nixos + nix-channel --add "https://channel.selfprivacy.org/nixos-selfpricacy" nixos nix-channel --update export NIXOS_CONFIG=/etc/nixos/configuration.nix