6 lines
129 B
Nix
6 lines
129 B
Nix
{config, ...}: {
|
|
sops = with config.constants; {
|
|
age.sshKeyPaths = privateKeyFiles;
|
|
defaultSopsFile = sopsFile;
|
|
};
|
|
}
|