mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 01:32:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| _: {
 | |
|   boot.loader = {
 | |
|     timeout = 1;
 | |
|     grub = {
 | |
|       enable = true;
 | |
|       device = "/dev/sda";
 | |
|     };
 | |
|   };
 | |
| }
 | 
