had to force dhcp option

This commit is contained in:
specCon18 2023-03-27 01:22:44 -04:00
parent b84cb45858
commit b927c5bb60
2 changed files with 54 additions and 39 deletions

View file

@ -40,7 +40,7 @@
networking = {
hostName = "creatorforge"; # Define your hostname.
useDHCP = true;
useDHCP = lib.mkForce true;
firewall = {
enable = true;
allowedTCPPorts = [];