Prevent accidental use of nftables
Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
parent
e6aef2cbd0
commit
ce2cda1c41
@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
networking = {
|
||||
@ -10,6 +10,9 @@
|
||||
allowedTCPPorts = [ 22 ];
|
||||
};
|
||||
|
||||
# Make sure we use iptables
|
||||
nftables.enable = lib.mkForce false;
|
||||
|
||||
hosts = {
|
||||
"84.88.53.236" = [ "apex" "ssfhead.bsc.es" "ssfhead" ];
|
||||
"84.88.51.152" = [ "raccoon" ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user