mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 01:32:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			146 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			146 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| _: {
 | |
|   _module.args.nixinate = {
 | |
|     host = "buehler.rocks";
 | |
|     sshUser = "felix";
 | |
|     buildOn = "remote";
 | |
|     substituteOnTarget = true;
 | |
|   };
 | |
| }
 | 
