This commit is contained in:
Shelvacu
2025-08-23 21:50:46 -07:00
committed by Shelvacu on prophecy
parent be41d4bb64
commit 29dc0c3fd1

View File

@@ -23,7 +23,7 @@ in
};
config = lib.mkIf cfg.enable {
sops = {
defaultSopsFile = lib.mkDefault (cfg.secretsPath + "/hosts/${config.vacu.hostname}.yaml");
defaultSopsFile = lib.mkDefault (cfg.secretsPath + "/hosts/${config.vacu.hostName}.yaml");
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
gnupg.sshKeyPaths = [ ]; # explicitly empty to disable gnupg; I don't use it and it takes up space on minimal configs
};