wip
This commit is contained in:
parent
83b317227b
commit
613c10bb2e
|
@ -10,7 +10,7 @@
|
|||
../types/server.nix
|
||||
];
|
||||
config = lib.mkMerge [
|
||||
{networking.interfaces.enp0s31f6.ipv4.addresses = [ address = "172.16.1.252"; prefixLength = 12; }]}
|
||||
{networking.interfaces.enp0s31f6.ipv4.addresses = [ { address = "172.16.1.252"; prefixLength = 12; } ]; }
|
||||
#(iface.bridge "lan0" "172.16.1.252/12" "172.16.1.1" "phy0" "d8:9e:f3:1b:7f:8a")
|
||||
#(iface.dhcp "phy1" "98:b7:85:01:39:1a")
|
||||
#(iface.dhcp "phy2" "98:b7:85:01:39:1b")
|
||||
|
|
Loading…
Reference in New Issue
Block a user