nixos-config/common/secrets.nix
2023-10-09 10:44:07 -07:00

8 lines
132 B
Nix

{ config, ... }:
{
sops = with config.constants; {
age.sshKeyPaths = privateKeyFiles;
defaultSopsFile = sopsFile;
};
}