nixos-config/2configs/secrets/default.nix

6 lines
165 B
Nix

{ config, ... }:
{
sops.defaultSopsFile = ../.. + "/secrets/${config.krebs.build.host.name}.yaml";
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
}