Enable strictDeps on all our toplevel packages #12
							
								
								
									
										8
									
								
								m/module/slurm-firewall.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								m/module/slurm-firewall.nix
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,8 @@ | |||||||
|  | { ... }: | ||||||
|  | 
 | ||||||
|  | { | ||||||
|  |   networking.firewall = { | ||||||
|  |     # Required for PMIx in SLURM, we should find a better way | ||||||
|  |     allowedTCPPortRanges = [ { from=1024; to=65535; } ]; | ||||||
|  |   }; | ||||||
|  | } | ||||||
| @ -4,6 +4,7 @@ | |||||||
|   imports = [ |   imports = [ | ||||||
|     ../common/main.nix |     ../common/main.nix | ||||||
|     ../module/ceph.nix |     ../module/ceph.nix | ||||||
|  |     ../module/slurm-firewall.nix | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   # Select the this using the ID to avoid mismatches |   # Select the this using the ID to avoid mismatches | ||||||
|  | |||||||
| @ -4,6 +4,7 @@ | |||||||
|   imports = [ |   imports = [ | ||||||
|     ../common/main.nix |     ../common/main.nix | ||||||
|     ../module/ceph.nix |     ../module/ceph.nix | ||||||
|  |     ../module/slurm-firewall.nix | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   # Select the this using the ID to avoid mismatches |   # Select the this using the ID to avoid mismatches | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user