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?).
This commit is contained in:
Gabriel Arazas 2023-01-18 11:10:40 +08:00
parent 6ae080c68d
commit f2cdf732cb

View File

@ -43,7 +43,7 @@ in
nftables.enable = true;
domain = "foodogsquared.one";
firewall = {
enable = true;
enable = false;
allowedTCPPorts = [
22 # Secure Shells.