5 lines
168 B
Nix
5 lines
168 B
Nix
{ config, ... }:
|
|
{
|
|
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
|
sops.defaultSopsFile = ../secrets + "/${config.networking.hostName}/secrets.yaml";
|
|
}
|