From 8de6d61e15d645031981ef7b95593d3c8e93f526 Mon Sep 17 00:00:00 2001 From: Eric Litak Date: Wed, 13 Apr 2016 14:02:37 -0700 Subject: [PATCH] don't ingest garbage from authorized_keys --- nixos-infect | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 = [