1
0

hosts/gatekeeper: add vpn secret

This commit is contained in:
2023-05-02 19:57:21 +02:00
parent a34a637f48
commit 9d6a7b1c88
2 changed files with 10 additions and 1 deletions

View File

@@ -100,7 +100,7 @@
];
listenPort = 51820;
allowedIPsAsRoutes = false;
privateKeyFile = "/var/src/secrets/wireguard/wg-vpn";
privateKeyFile = config.age.secrets.wg-vpn.path;
};
};