update
This commit is contained in:
parent
eb240268e4
commit
5dd87ca14a
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ in {
|
||||||
|
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
bridges.br0.interfaces = "enp0s13f0u4";
|
bridges.br0.interfaces = [ "enp0s13f0u4" ];
|
||||||
interfaces.bro.ipv4.addresses = [{ address = "192.168.2.1"; prefixLength = 24; }];
|
interfaces.br0.ipv4.addresses = [{ address = "192.168.2.1"; prefixLength = 24; }];
|
||||||
};
|
};
|
||||||
|
|
||||||
# networking.nat = {
|
# networking.nat = {
|
||||||
|
|
Loading…
Reference in a new issue