6 lines
129 B
Nix
6 lines
129 B
Nix
_: {
|
|
sops = {
|
|
defaultSopsFile = ../secrets/secrets.yaml;
|
|
age.keyFile = "/home/notoh/.config/sops/age/keys.txt";
|
|
};
|
|
}
|