nixos/modules/sops.nix

9 lines
165 B
Nix

inputs:
{
config.sops =
{
defaultSopsFile = ../secrets/${inputs.config.networking.hostName}.yaml;
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
};
}