l 2: add sshn to pkgs

This commit is contained in:
lassulus 2017-04-16 23:34:25 +02:00
parent 6a53a331d1
commit bd58053b7e

View File

@ -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 = {