Prevent accidental use of nftables

Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
Rodrigo Arias 2025-07-11 16:12:44 +02:00
parent e6aef2cbd0
commit ce2cda1c41

View File

@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, lib, ... }:
{ {
networking = { networking = {
@ -10,6 +10,9 @@
allowedTCPPorts = [ 22 ]; allowedTCPPorts = [ 22 ];
}; };
# Make sure we use iptables
nftables.enable = lib.mkForce false;
hosts = { hosts = {
"84.88.53.236" = [ "apex" "ssfhead.bsc.es" "ssfhead" ]; "84.88.53.236" = [ "apex" "ssfhead.bsc.es" "ssfhead" ];
"84.88.51.152" = [ "raccoon" ]; "84.88.51.152" = [ "raccoon" ];