had to force dhcp option
This commit is contained in:
parent
b84cb45858
commit
b927c5bb60
2 changed files with 54 additions and 39 deletions
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
networking = {
|
||||
hostName = "creatorforge"; # Define your hostname.
|
||||
useDHCP = true;
|
||||
useDHCP = lib.mkForce true;
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue