commit b6a285b5237e6b94ed1f762867fc1b508ae5f842
parent 4e264ff18dcafdb4d90977749677b32106637913
Author: Leah (ctucx) <git@ctu.cx>
Date: Sun, 3 Dec 2023 18:00:21 +0100
parent 4e264ff18dcafdb4d90977749677b32106637913
Author: Leah (ctucx) <git@ctu.cx>
Date: Sun, 3 Dec 2023 18:00:21 +0100
machines/trabbi/configuration: use nftables for firewall
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/machines/trabbi/configuration.nix b/machines/trabbi/configuration.nix @@ -29,7 +29,6 @@ # websites ./websites - ]; networking.primaryIP = "2a0a:4cc0:1:2d7::1"; @@ -88,6 +87,7 @@ }]; }; + nftables.enable = true; firewall.enable = true; };