Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't check for host key in career function

encode42 56c6e1c9 d57ba4d7

+1 -1
+1 -1
homes/career/common/functions.nix
··· 7 7 8 8 scpOptions = [ 9 9 "PubkeyAuthentication=no" 10 - "StrictHostKeyChecking=accept-new" 10 + "StrictHostKeyChecking=no" 11 11 ]; 12 12 13 13 scpDefaults = lib.concatStringsSep " " (scpFlags ++ map (opt: "-o ${opt}") scpOptions);