Fix: Enable DHCP client. Interface not coming up automatically on boot.
This commit is contained in:
parent
94322b6492
commit
6f2abb40ba
@ -3,7 +3,7 @@
|
||||
hostName = "fighter";
|
||||
defaultGateway = { address = "192.168.1.1"; interface = "enp3s0"; };
|
||||
interfaces."enp3s0" = {
|
||||
useDHCP = false;
|
||||
useDHCP = true;
|
||||
macAddress = "00:02:c9:56:bf:9a";
|
||||
ipv4.addresses = [ { address = "192.168.1.23"; prefixLength = 24; } ];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user