redmine: group networking settings
This commit is contained in:
parent
f5090b30cb
commit
0093dbac85
1 changed files with 8 additions and 7 deletions
|
|
@ -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
|
||||
############################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue