moved dhcp option and added max boot config limit

This commit is contained in:
Steven 2023-03-26 22:20:17 -04:00
parent 1a749c0278
commit ddecbcd445
3 changed files with 13 additions and 7 deletions

View file

@ -40,6 +40,7 @@
networking = {
hostName = "creatorforge"; # Define your hostname.
useDHCP = true;
firewall = {
enable = true;
allowedTCPPorts = [];
@ -47,6 +48,4 @@
checkReversePath = "loose";
};
};
services.tailscale.enable = true;
}