From a0b92062d9e3049b96ed9f64b35f71ed3064e163 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Wed, 30 Oct 2024 19:28:00 +0100 Subject: srv3: Ensure firewall enabled --- machines/srv3/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/srv3/configuration.nix b/machines/srv3/configuration.nix index d1fb4e2..7e157ff 100644 --- a/machines/srv3/configuration.nix +++ b/machines/srv3/configuration.nix @@ -179,6 +179,7 @@ in security.acme.defaults.email = "pniedzwiedzinski19@gmail.com"; security.acme.acceptTerms = true; + networking.firewall.enable = true; networking.firewall.allowedTCPPorts = [ 53 80 443 ]; networking.firewall.allowedUDPPorts = [ 53 ]; -- cgit 1.4.1