Enable strictDeps on all our toplevel packages #12
| @ -3,6 +3,7 @@ | ||||
| { | ||||
|   imports = [ | ||||
|     ../common/main.nix | ||||
|     ./slurm.nix | ||||
|   ]; | ||||
| 
 | ||||
|   # Select the this using the ID to avoid mismatches | ||||
|  | ||||
							
								
								
									
										12
									
								
								xeon01/slurm.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								xeon01/slurm.nix
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,12 @@ | ||||
| { ... }: | ||||
| 
 | ||||
| { | ||||
|   services.slurm = { | ||||
|     client.enable = true; | ||||
|     controlMachine = "xeon07"; | ||||
|     clusterName = "owl"; | ||||
|     nodeName = [ | ||||
|       "xeon[01-02,07] Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=xeon" | ||||
|     ]; | ||||
|   }; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user