fix networking
This commit is contained in:
parent
5ace56169a
commit
fce723169d
1 changed files with 4 additions and 5 deletions
|
|
@ -47,11 +47,10 @@
|
||||||
interface = "enp5s0";
|
interface = "enp5s0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
bridges = {
|
||||||
nat = {
|
brserver = {
|
||||||
enable = true;
|
interfaces = [ "server" ];
|
||||||
internalInterfaces = [ "server" ];
|
};
|
||||||
externalInterface = "brserver";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
interfaces = {
|
interfaces = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue