This commit is contained in:
2025-04-04 23:10:19 -04:00
parent e2fab02d40
commit 4b59691aae
2 changed files with 2 additions and 8 deletions

View File

@@ -18,14 +18,6 @@ in
networking = enabled; # TODO - Network Config
};
security = {
sops = {
enable = true;
sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
defaultSopsFile = lib.snowfall.fs.get-file "secrets/nixos-builder/default.yaml";
};
};
services = {
openssh = {
enable = true;