6 lines
165 B
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" ];
|
|
}
|