8 lines
		
	
	
		
			66 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			66 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ ... }:
 | 
						|
 | 
						|
{
 | 
						|
  services.slurm = {
 | 
						|
    server.enable = true;
 | 
						|
  };
 | 
						|
}
 |