nixos/modules/sops.nix

9 lines
165 B
Nix
Raw Normal View History

2023-06-09 20:54:03 +08:00
inputs:
2023-06-09 16:06:02 +08:00
{
config.sops =
{
2023-06-09 20:54:03 +08:00
defaultSopsFile = ../secrets/${inputs.config.networking.hostName}.yaml;
2023-06-09 16:06:02 +08:00
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
};
}