about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2024-10-30 19:28:00 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2024-10-30 19:28:00 +0100
commita0b92062d9e3049b96ed9f64b35f71ed3064e163 (patch)
tree1a4a62012c8e4129bd115e9d35575010cb627dfa
parent98c0a8fddda5ab899e005e7a6d9e6e80310a9207 (diff)
downloaddots-a0b92062d9e3049b96ed9f64b35f71ed3064e163.tar.gz
dots-a0b92062d9e3049b96ed9f64b35f71ed3064e163.zip
srv3: Ensure firewall enabled
-rw-r--r--machines/srv3/configuration.nix1
1 files changed, 1 insertions, 0 deletions
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 ];