rp5: add debian pi as remote builder
This commit is contained in:
		
							parent
							
								
									335070d08e
								
							
						
					
					
						commit
						b75537a353
					
				
					 1 changed files with 19 additions and 0 deletions
				
			
		|  | @ -32,6 +32,25 @@ in | |||
|     backupFileExtension = ".bak"; | ||||
|   }; | ||||
| 
 | ||||
|   nix = { | ||||
|     buildMachines = [ | ||||
|       { | ||||
|         hostName = "pi"; | ||||
|         sshUser = "remotebuild"; | ||||
|         sshKey = "/root/.ssh/remotebuild"; | ||||
|         systems = [ "aarch64-linux" ]; | ||||
|         protocol = "ssh-ng"; | ||||
| 
 | ||||
|         supportedFeatures = [ | ||||
|           "nixos-test" | ||||
|           "big-parallel" | ||||
|         ]; | ||||
|       } | ||||
|     ]; | ||||
| 
 | ||||
|     distributedBuilds = true; | ||||
| 
 | ||||
|   }; | ||||
|   ${namespace} = { | ||||
|     archetypes = { | ||||
|       gaming.enable = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue