diff --git a/modules/sops/module.nix b/modules/sops/module.nix index 3d9f193..bca3099 100644 --- a/modules/sops/module.nix +++ b/modules/sops/module.nix @@ -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 };