added check

This commit is contained in:
John Lancaster
2026-03-15 12:53:22 -05:00
parent 497b6f1f78
commit cdbfeb101d

View File

@@ -66,6 +66,9 @@ in
--principal "${cfg.hostname}.john-stream.com" \
"${cfg.hostname}" "${sshKeyPath}.pub"
'')
(writeShellScriptBin "ssh-host-cert-check" ''
ssh-keygen -Lf ${sshCertPath}
'')
];
networking.nameservers = [ "192.168.1.150" ];
networking.dhcpcd.extraConfig = "nohook resolv.conf";