npins
This commit is contained in:
parent
b0192a4371
commit
82ed339683
6 changed files with 142 additions and 19 deletions
|
@ -22,21 +22,21 @@
|
|||
# ];
|
||||
# };
|
||||
|
||||
# networking.useDHCP = false;
|
||||
# networking.useDHCP = false;
|
||||
networking.interfaces.enp3s0.useDHCP = lib.mkForce false;
|
||||
networking.interfaces.enp2s0.useDHCP = lib.mkForce false;
|
||||
networking.interfaces.enp1s0.useDHCP = lib.mkForce true;
|
||||
networking.useNetworkd = true;
|
||||
|
||||
# services.dnsmasq = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# interface = [ "vlan-admin" ];
|
||||
# bind-dynamic = true;
|
||||
# dhcp-option = "3,0.0.0.0";
|
||||
# dhcp-range = "192.168.222.100,192.168.222.254,255.255.255.0,infinite";
|
||||
# };
|
||||
# };
|
||||
# services.dnsmasq = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# interface = [ "vlan-admin" ];
|
||||
# bind-dynamic = true;
|
||||
# dhcp-option = "3,0.0.0.0";
|
||||
# dhcp-range = "192.168.222.100,192.168.222.254,255.255.255.0,infinite";
|
||||
# };
|
||||
# };
|
||||
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue