diff --git a/hosts/modules/services/rsync-net/default.nix b/hosts/modules/services/rsync-net/default.nix index 78c340e2e..c5b82bc60 100644 --- a/hosts/modules/services/rsync-net/default.nix +++ b/hosts/modules/services/rsync-net/default.nix @@ -8,7 +8,6 @@ let "openssh" "rsync" "sane-scripts.vpn" - "sanebox" ]; srcRoot = ./.; }; diff --git a/hosts/modules/services/rsync-net/sane-backup-rsync-net b/hosts/modules/services/rsync-net/sane-backup-rsync-net index e492da664..089124391 100755 --- a/hosts/modules/services/rsync-net/sane-backup-rsync-net +++ b/hosts/modules/services/rsync-net/sane-backup-rsync-net @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell -i bash -p bash -p nettools -p openssh -p rsync -p sane-scripts.vpn -p sanebox +#!nix-shell -i bash -p bash -p nettools -p openssh -p rsync -p sane-scripts.vpn # rsync password auth doesn't work with rsync.net. # ssh keyfile auth *does* work, so i use that. diff --git a/hosts/modules/services/rsync-net/sane-restore-rsync-net b/hosts/modules/services/rsync-net/sane-restore-rsync-net index 8624f52a8..163693f7b 100755 --- a/hosts/modules/services/rsync-net/sane-restore-rsync-net +++ b/hosts/modules/services/rsync-net/sane-restore-rsync-net @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell -i bash -p bash -p nettools -p openssh -p rsync -p sane-scripts.vpn -p sanebox +#!nix-shell -i bash -p bash -p nettools -p openssh -p rsync -p sane-scripts.vpn # rsync password auth doesn't work with rsync.net. # ssh keyfile auth *does* work, so i use that.