Prevent accidental use of nftables
Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
		
							parent
							
								
									28db7799ea
								
							
						
					
					
						commit
						96661dd0d4
					
				| @ -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" ]; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user