Add wireguard secret

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-14 15:16:58 +01:00
parent 8f7ca40b9d
commit 8d4b3370b4
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -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" = { };
}