From 3bdb467fc0f7b3f91375ad9006ba76627ab5ad54 Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Mon, 1 Aug 2022 15:30:45 +0200 Subject: [PATCH] removed port 3300 allowance --- systems/mc4/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/systems/mc4/configuration.nix b/systems/mc4/configuration.nix index 6703d09..866e9a8 100644 --- a/systems/mc4/configuration.nix +++ b/systems/mc4/configuration.nix @@ -18,8 +18,6 @@ programs.atop.atopacctService.enable = false; - networking.firewall.allowedTCPPorts = [ 3300 ]; - system.stateVersion = "22.05"; }