Add wireguard secret
This commit is contained in:
parent
8f7ca40b9d
commit
8d4b3370b4
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
sops.defaultSopsFile = ../secrets + "/${config.networking.hostName}/config.yaml";
|
||||
sops.defaultSopsFile = ../secrets + "/${config.networking.hostName}/secrets.yaml";
|
||||
sops.secrets."network/wireguard/privkey" = { };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue