fix secrets file for vpn

This commit is contained in:
colin 2022-06-25 23:04:32 -07:00
parent ae55ddb5a7
commit fd567f8c09

View File

@ -25,5 +25,7 @@
autostart = false;
};
sops.secrets."wg_ovpnd_privkey" = {};
sops.secrets."wg_ovpnd_privkey" = {
sopsFile = ../../secrets/universal.yaml;
};
}