7 lines
98 B
Nix
7 lines
98 B
Nix
{...}: {
|
|
config = {
|
|
sops = {
|
|
age.keyFile = "/var/lib/sops-nix/key.txt";
|
|
};
|
|
};
|
|
}
|