redmine: group networking settings

This commit is contained in:
goeranh 2026-02-28 02:42:34 +01:00 committed by oxce
parent f5090b30cb
commit 0093dbac85

View file

@ -38,7 +38,14 @@
#### Netzwerk
############################
networking.enableIPv6 = false;
networking = {
enableIPv6 = false;
hostName = "pro";
domain = lib.mkForce "stura.htw-dresden.de";
firewall.allowedTCPPorts = [ 22 80 443 ];
# firewall.allowedTCPPorts = [ 80 443 3000 ];
};
############################
@ -46,9 +53,7 @@
############################
proxmoxLXC.manageHostName = true;
networking.hostName = "pro";
# wird in der default nix auch gesetzt
networking.domain = lib.mkForce "stura.htw-dresden.de";
# time.timeZone = "Europe/Berlin";
@ -156,10 +161,6 @@
security.acme.defaults.email = "cert@stura.htw-dresden.de";
security.acme.acceptTerms = true;
# networking.firewall.allowedTCPPorts = [ 80 443 3000 ];
networking.firewall.allowedTCPPorts = [ 22 80 443 ];
############################
#### Probleme
############################