mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
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:
parent
6ae080c68d
commit
f2cdf732cb
@ -43,7 +43,7 @@ in
|
|||||||
nftables.enable = true;
|
nftables.enable = true;
|
||||||
domain = "foodogsquared.one";
|
domain = "foodogsquared.one";
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = false;
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
22 # Secure Shells.
|
22 # Secure Shells.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user