Add dhcp.
This commit is contained in:
parent
2ba91fd807
commit
4248d9d398
1 changed files with 1 additions and 0 deletions
|
@ -11,5 +11,6 @@
|
||||||
fileSystems."/" = lib.mkDefault { device = "/dev/disk/by-partlabel/disk-main-root"; fsType = "ext4"; };
|
fileSystems."/" = lib.mkDefault { device = "/dev/disk/by-partlabel/disk-main-root"; fsType = "ext4"; };
|
||||||
|
|
||||||
networking.useNetworkd = true;
|
networking.useNetworkd = true;
|
||||||
|
networking.useDHCP = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue