fix wireguard private key file path

This commit is contained in:
Douze Bé 2024-12-19 15:54:49 +01:00
parent 7523f6f495
commit 7c52b99da5

View file

@ -35,7 +35,7 @@
wg0 = {
address = [ "192.168.12.3/32" "2a01:4f9:1a:9a05::3/128" ];
dns = [ "80.67.169.12" "80.67.169.40" "2001:910:800::12" "2001:910:800::40" ];
privateKeyFile = "/etc/wireguard/private.key";
privateKeyFile = "/var/src/secrets/wg-private.key";
peers = [
{