forked from fediversity/fediversity
enable firewall
This commit is contained in:
parent
f25d503cc0
commit
b516228c03
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@
|
|||
networking = {
|
||||
nftables.enable = lib.mkForce false;
|
||||
firewall = {
|
||||
enable = lib.mkForce true;
|
||||
allowedTCPPorts = [
|
||||
22
|
||||
80
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue