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";
|
||||
};
|
||||
};
|
||||
|
||||
nat = {
|
||||
enable = true;
|
||||
internalInterfaces = [ "server" ];
|
||||
externalInterface = "brserver";
|
||||
bridges = {
|
||||
brserver = {
|
||||
interfaces = [ "server" ];
|
||||
};
|
||||
};
|
||||
|
||||
interfaces = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue