From ac91948a06897b8981c1519ead1a24e8073c8bc2 Mon Sep 17 00:00:00 2001 From: oxce Date: Sat, 28 Feb 2026 19:04:22 +0100 Subject: [PATCH] =?UTF-8?q?redmine=20l=C3=A4uft?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/redmine/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/redmine/default.nix b/hosts/redmine/default.nix index cf88a54..6b4f8d0 100644 --- a/hosts/redmine/default.nix +++ b/hosts/redmine/default.nix @@ -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 ]; };