feat(sops): change secrets location

This commit is contained in:
Guz
2026-02-16 12:11:31 -03:00
parent e5c2f47449
commit 9cf1941f84

View File

@@ -14,7 +14,7 @@
sops.defaultSopsFile = ./secrets.yaml;
sops.defaultSopsFormat = "yaml";
sops.age.keyFile = "/sops/keys.txt";
sops.age.keyFile = "${config.users.users."guz".home}/.config/age/keys.txt";
sops.secrets."guz/password" = {
owner = config.users.users.guz.name;