nixos/modules/sops/basic.nix

8 lines
130 B
Nix
Raw Normal View History

2023-06-09 16:06:02 +08:00
{
config.sops =
{
defaultSopsFile = ../../secrets/chn-PC.yaml;
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
};
}