qbt: fix wg0.conf

This commit is contained in:
2024-11-13 10:06:33 -05:00
parent 2c245e1425
commit ff99fb637a
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
# network namespace that is proxied through mullvad
vpnNamespaces.wg = {
enable = true;
wireguardConfigFile = ./secrets/wg0.conf;
wireguardConfigFile = ../secrets/wg0.conf;
accessibleFrom = [
"192.168.0.0/24"
];