This commit is contained in:
2025-08-01 18:44:25 -05:00
parent 50c9617cdb
commit fcc66aec1f
2 changed files with 2 additions and 2 deletions

View File

@@ -197,7 +197,7 @@
sops = { sops = {
age.keyFile = "/persist/home/nathan/.config/sops/age/keys.txt"; age.keyFile = "/persist/home/nathan/.config/sops/age/keys.txt";
defaultSopsFile = ./secrets/secrets.yaml; defaultSopsFile = ./secrets.yaml;
defaultSopsFormat = "yaml"; defaultSopsFormat = "yaml";
secrets = { secrets = {

View File

@@ -198,7 +198,7 @@
sops = { sops = {
age.keyFile = "/home/nathan/.config/sops/age/keys.txt"; age.keyFile = "/home/nathan/.config/sops/age/keys.txt";
defaultSopsFile = ./secrets/secrets.yaml; defaultSopsFile = ./secrets.yaml;
defaultSopsFormat = "yaml"; defaultSopsFormat = "yaml";
}; };