added check
This commit is contained in:
@@ -66,6 +66,9 @@ in
|
|||||||
--principal "${cfg.hostname}.john-stream.com" \
|
--principal "${cfg.hostname}.john-stream.com" \
|
||||||
"${cfg.hostname}" "${sshKeyPath}.pub"
|
"${cfg.hostname}" "${sshKeyPath}.pub"
|
||||||
'')
|
'')
|
||||||
|
(writeShellScriptBin "ssh-host-cert-check" ''
|
||||||
|
ssh-keygen -Lf ${sshCertPath}
|
||||||
|
'')
|
||||||
];
|
];
|
||||||
networking.nameservers = [ "192.168.1.150" ];
|
networking.nameservers = [ "192.168.1.150" ];
|
||||||
networking.dhcpcd.extraConfig = "nohook resolv.conf";
|
networking.dhcpcd.extraConfig = "nohook resolv.conf";
|
||||||
|
|||||||
Reference in New Issue
Block a user