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