Prevent accidental use of nftables
Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
		
							parent
							
								
									10adc7cbed
								
							
						
					
					
						commit
						b4762b2470
					
				| @ -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