redmine läuft

This commit is contained in:
oxce 2026-02-28 19:04:22 +01:00
parent d5941898c8
commit ac91948a06

View file

@ -43,6 +43,15 @@
hostName = "pro";
domain = lib.mkForce "stura.htw-dresden.de";
firewall.allowedTCPPorts = [ 22 80 443 ];
interfaces.eth0.ipv4.addresses = [
{
address = "141.56.51.15";
prefixLength = 24;
}
];
defaultGateway.address = "141.56.51.254";
defaultGateway.interface = "eth0";
# firewall.allowedTCPPorts = [ 80 443 3000 ];
};