qbt: fix wg0.conf
This commit is contained in:
parent
2c245e1425
commit
ff99fb637a
6
flake.lock
generated
6
flake.lock
generated
@ -74,11 +74,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1731474235,
|
"lastModified": 1731510190,
|
||||||
"narHash": "sha256-wcteA0D0PKmULhuHKhIsnXpngAAmbMMrWxvGwi/eITM=",
|
"narHash": "sha256-Mkl4TRmpw4vADc5mjBaG0CrbjqbqPsKevSXRBLdzF9o=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "1641c8d30380e2507a5ccff8f4a4800311bdfe5a",
|
"rev": "ac313b3f6f18d38abb71feb156531a371b828d35",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
# network namespace that is proxied through mullvad
|
# network namespace that is proxied through mullvad
|
||||||
vpnNamespaces.wg = {
|
vpnNamespaces.wg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wireguardConfigFile = ./secrets/wg0.conf;
|
wireguardConfigFile = ../secrets/wg0.conf;
|
||||||
accessibleFrom = [
|
accessibleFrom = [
|
||||||
"192.168.0.0/24"
|
"192.168.0.0/24"
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user