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