diff --git a/nixos-infect b/nixos-infect index 953b8b1..ee21321 100755 --- a/nixos-infect +++ b/nixos-infect @@ -40,19 +40,13 @@ set -ex -# If you have another NixOS host in the cloud, add it here to speed up the -# package downloads. Use "ssh -A" with your key loaded to run the script! -# (also ssh-keygen -R the host so that agent forwarding isn't disabled) -# This also reduces load on NixOS servers, so please make an effort to use it -# whenever possible. Better yet, just clone your VPS using snapshots. - nixos_channel=nixos-unstable #nixos_channel=nixos-16.03 makeConf() { # NB <<"EOF" quotes / $ ` in heredocs, < /etc/nixos/configuration.nix << EOF { ... }: { imports = [