Update
This commit is contained in:
parent
5dd87ca14a
commit
82b8031b0a
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@
|
||||||
];
|
];
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
privateNetwork = true;
|
privateNetwork = true;
|
||||||
localAddress = "192.168.2.${ip}/32";
|
hostBridge = "br0";
|
||||||
hostAddress = "192.168.2.1";
|
|
||||||
restartIfChanged = true;
|
restartIfChanged = true;
|
||||||
enableTun = true;
|
enableTun = true;
|
||||||
additionalCapabilities = [ "CAP_NET_ADMIN" "CAP_NET_RAW" ];
|
additionalCapabilities = [ "CAP_NET_ADMIN" "CAP_NET_RAW" ];
|
||||||
|
|
Loading…
Reference in a new issue