From 23a4e42ec879b397209b5701b5b655bd928b6608 Mon Sep 17 00:00:00 2001 From: Adam Rabjerg Date: Wed, 8 Feb 2023 10:55:00 +0100 Subject: [PATCH] re-enabled firewall. --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index c229b2f..9524224 100644 --- a/configuration.nix +++ b/configuration.nix @@ -154,7 +154,7 @@ # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. - # networking.firewall.enable = false; + networking.firewall.enable = true; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions