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

6 lines
165 B
Nix
Raw Normal View History

{ config, ... }:
2023-06-11 00:47:05 +02:00
{
sops.defaultSopsFile = ../.. + "/secrets/${config.krebs.build.host.name}.yaml";
2023-06-11 00:47:05 +02:00
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
}