11 lines
		
	
	
	
		
			134 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			134 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| 
								 | 
							
								{ config, ...}:
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								  config = {
							 | 
						||
| 
								 | 
							
								    users = {
							 | 
						||
| 
								 | 
							
								      mutableUsers = false;
							 | 
						||
| 
								 | 
							
								      users.root.initialHashedPassword = "!";
							 | 
						||
| 
								 | 
							
								    };
							 | 
						||
| 
								 | 
							
								  };
							 | 
						||
| 
								 | 
							
								}
							 |