base/secrets: change default path of sops secrets

This commit is contained in:
2025-08-23 10:22:56 -07:00
parent de57d32fdb
commit b6bb25996d

View File

@@ -14,5 +14,5 @@ with lib;
sops.defaultSopsFile = ../secrets/${config.networking.hostName}.yml;
sops.defaultSopsFormat = "yaml";
sops.age.keyFile = "/home/etorres/.config/sops/age/keys.txt";
sops.age.keyFile = "/var/lib/sops/age/keys.txt";
}