From 4c456eae1c47802bcc57755bc70e5fdbd8dbdd76 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 30 Jan 2023 15:00:13 +0100 Subject: [PATCH] tracktrain: don't open firewall twice just to cause less confusion down the line --- services/tracktrain.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/tracktrain.nix b/services/tracktrain.nix index 9435d7b..34ffa38 100644 --- a/services/tracktrain.nix +++ b/services/tracktrain.nix @@ -38,9 +38,6 @@ in }; }; - - networking.firewall.allowedTCPPorts = [ 443 ]; - containers.tracktrain = { privateNetwork = true; hostAddress = "192.168.42.40";