10 lines
174 B
Nix
10 lines
174 B
Nix
{
|
|
conf,
|
|
sops-nix,
|
|
...
|
|
}: {
|
|
# imports = [sops-nix.homeManagerModules.sops];
|
|
sops = {
|
|
age.keyFile = "/persist/data${conf.home}/.config/sops/age/keys.txt";
|
|
};
|
|
}
|