stuff
This commit is contained in:

committed by
Shelvacu on prophecy

parent
be41d4bb64
commit
29dc0c3fd1
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user