base/secrets: revert key location to $XDG_CONFIG_HOME/sops/age/keys.txt
This commit is contained in:
@@ -13,6 +13,6 @@ with lib;
|
|||||||
config = {
|
config = {
|
||||||
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
||||||
sops.defaultSopsFormat = "yaml";
|
sops.defaultSopsFormat = "yaml";
|
||||||
sops.age.keyFile = "/home/etorres/.config/sops-nix/keys.txt";
|
sops.age.keyFile = "/home/etorres/.config/sops/age/keys.txt";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user