From 2e78e9aa0cc32f4d1cf435da4b418e374fb40f8f Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 21 Sep 2024 23:41:21 +0000 Subject: [PATCH] rsync-net: remove unused `sanebox` dependency --- hosts/modules/services/rsync-net/default.nix | 1 - hosts/modules/services/rsync-net/sane-backup-rsync-net | 2 +- hosts/modules/services/rsync-net/sane-restore-rsync-net | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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.