l 2: add sshn to pkgs

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

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