5 lines
136 B
Nix
5 lines
136 B
Nix
{
|
|
sops.defaultSopsFile = ./secrets.yaml;
|
|
sops.defaultSopsFormat = "yaml";
|
|
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
|
|
}
|