hosts: add domain to server

This commit is contained in:
Kabbone 2022-12-27 20:14:42 +01:00
parent 7f593f4033
commit ae034a0581
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -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 ];
};
};