soteria fixes

This commit is contained in:
John Lancaster
2026-03-29 18:07:38 -05:00
parent 2b65433d63
commit aebe978684
4 changed files with 5 additions and 7 deletions
-2
View File
@@ -32,7 +32,6 @@ in
};
config = {
cfg.certificates = lib.mkDefault true;
services.openssh = {
enable = true;
# require public key authentication for better security
@@ -190,7 +189,6 @@ in
"test-nix" = {
hostname = "fded:fb16:653e:25da:be24:11ff:fea0:753f";
user = "john";
identityFile = identityFile;
};
})
];