6 lines
156 B
Nix
6 lines
156 B
Nix
{sops-nix, conf, ...}: {
|
|
imports = [sops-nix.nixosModules.sops];
|
|
sops = {
|
|
age.keyFile = /persist/data${conf.home}/.config/sops/age/keys.txt;
|
|
};
|
|
}
|