hosts: add domain to server
This commit is contained in:
parent
7f593f4033
commit
ae034a0581
@ -58,6 +58,7 @@
|
||||
networking = {
|
||||
useDHCP = false; # Deprecated
|
||||
hostName = "dmz";
|
||||
domain = "kabtop.de";
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
};
|
||||
@ -79,7 +80,7 @@
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedUDPPorts = [ ];
|
||||
allowedTCPPorts = [ 80 443 ];
|
||||
allowedTCPPorts = [ 80 443 8448 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user