enable dhcp for eth
parent
00ff693780
commit
e5b0c420d3
|
@ -5,8 +5,7 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports = [
|
||||||
[
|
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
@ -44,6 +43,7 @@
|
||||||
|
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
interfaces.wlp1s0.useDHCP = true;
|
interfaces.wlp1s0.useDHCP = true;
|
||||||
|
interfaces.enp4s0f4u2.useDHCP = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
Loading…
Reference in New Issue