From 29dc0c3fd1bdddda8670b04395e68fea99b7b841 Mon Sep 17 00:00:00 2001 From: Shelvacu Date: Sat, 23 Aug 2025 21:50:46 -0700 Subject: [PATCH] stuff --- modules/sops/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };