rsync-net: remove unused sanebox
dependency
This commit is contained in:
@@ -8,7 +8,6 @@ let
|
|||||||
"openssh"
|
"openssh"
|
||||||
"rsync"
|
"rsync"
|
||||||
"sane-scripts.vpn"
|
"sane-scripts.vpn"
|
||||||
"sanebox"
|
|
||||||
];
|
];
|
||||||
srcRoot = ./.;
|
srcRoot = ./.;
|
||||||
};
|
};
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env nix-shell
|
#!/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.
|
# rsync password auth doesn't work with rsync.net.
|
||||||
# ssh keyfile auth *does* work, so i use that.
|
# ssh keyfile auth *does* work, so i use that.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env nix-shell
|
#!/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.
|
# rsync password auth doesn't work with rsync.net.
|
||||||
# ssh keyfile auth *does* work, so i use that.
|
# ssh keyfile auth *does* work, so i use that.
|
||||||
|
Reference in New Issue
Block a user