From f2cdf732cb2e0c0e6a4270ffda241d115d1c7504 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 18 Jan 2023 11:10:40 +0800 Subject: [PATCH] hosts/plover: disable firewall service It's not working well for now. I'll have to make some tests with simpler configurations (even though it's already simple?). --- hosts/plover/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/plover/default.nix b/hosts/plover/default.nix index 47893cd0..303d07a7 100644 --- a/hosts/plover/default.nix +++ b/hosts/plover/default.nix @@ -43,7 +43,7 @@ in nftables.enable = true; domain = "foodogsquared.one"; firewall = { - enable = true; + enable = false; allowedTCPPorts = [ 22 # Secure Shells.