11 lines
217 B
Nix
11 lines
217 B
Nix
{
|
|
config,
|
|
...
|
|
}: {
|
|
sops = {
|
|
defaultSopsFile = ../secrets/secrets.yaml;
|
|
age.keyFile = "/home/notoh/.config/sops/age/keys.txt";
|
|
secrets.foundry-username = {};
|
|
secrets.foundry-password = {};
|
|
};
|
|
}
|