l 2: add sshn to pkgs
This commit is contained in:
parent
faa8318d13
commit
6e6a01957d
@ -151,6 +151,10 @@ with import <stockholm/lib>;
|
||||
p7zip
|
||||
unzip
|
||||
unrar
|
||||
|
||||
(pkgs.writeDashBin "sshn" ''
|
||||
${pkgs.openssh}/bin/ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "$@"
|
||||
'')
|
||||
];
|
||||
|
||||
programs.bash = {
|
||||
|
Loading…
Reference in New Issue
Block a user