Add Matlab Server User
							parent
							
								
									8d151a1399
								
							
						
					
					
						commit
						1b4be74d2c
					
				| 
						 | 
				
			
			@ -5,5 +5,6 @@
 | 
			
		|||
    ./users/carol.nix
 | 
			
		||||
    ./users/alan.nix
 | 
			
		||||
    ./users/spandan.nix
 | 
			
		||||
    ./users/matlab-server.nix
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
{ pkgs, ... }: {
 | 
			
		||||
  users.users.matlab-server = {
 | 
			
		||||
    isNormalUser = true;
 | 
			
		||||
    extraGroups = [ "wheel" ];
 | 
			
		||||
    homeSize = "15g";
 | 
			
		||||
    homeProjectId = 105;
 | 
			
		||||
    packages = with pkgs; [
 | 
			
		||||
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue