From 5ff79005206241c472306cbb30a8842c86cae391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Fri, 4 Apr 2025 13:28:04 +0200 Subject: [PATCH] enable firewall for harbor --- hosts/harbor/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/harbor/configuration.nix b/hosts/harbor/configuration.nix index 09286ef..3aabc5d 100644 --- a/hosts/harbor/configuration.nix +++ b/hosts/harbor/configuration.nix @@ -88,6 +88,4 @@ # Enable networking networking.networkmanager.enable = true; - - networking.firewall.enable = false; }