moved dhcp option and added max boot config limit
This commit is contained in:
parent
1a749c0278
commit
ddecbcd445
3 changed files with 13 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue