nixos-config/config/sops.nix

6 lines
167 B
Nix
Raw Normal View History

2022-01-14 14:13:55 +00:00
{ config, ... }:
{
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.defaultSopsFile = ../secrets + "/${config.networking.hostName}/config.yaml";
}