6 lines
139 B
Nix
6 lines
139 B
Nix
{user, ...}: {
|
|
sops.age.keyFile = "/Users/${user}/.config/sops/age/keys.txt";
|
|
sops.age.sshKeyPaths = [];
|
|
sops.gnupg.sshKeyPaths = [];
|
|
}
|