[HACK] comment out virtualisation
This commit is contained in:
		
							parent
							
								
									c9665b927f
								
							
						
					
					
						commit
						9be8232083
					
				
					 1 changed files with 13 additions and 13 deletions
				
			
		|  | @ -132,19 +132,19 @@ in | |||
|   }; | ||||
| 
 | ||||
|   config = lib.mkIf config.fediversity.enable { | ||||
|     virtualisation.diskSize = 2048; | ||||
|     virtualisation.forwardPorts = [ | ||||
|       { | ||||
|         from = "host"; | ||||
|         host.port = config.fediversity.internal.garage.rpc.port; | ||||
|         guest.port = config.fediversity.internal.garage.rpc.port; | ||||
|       } | ||||
|       { | ||||
|         from = "host"; | ||||
|         host.port = config.fediversity.internal.garage.web.port; | ||||
|         guest.port = config.fediversity.internal.garage.web.port; | ||||
|       } | ||||
|     ]; | ||||
|     # virtualisation.diskSize = 2048; | ||||
|     # virtualisation.forwardPorts = [ | ||||
|     #   { | ||||
|     #     from = "host"; | ||||
|     #     host.port = config.fediversity.internal.garage.rpc.port; | ||||
|     #     guest.port = config.fediversity.internal.garage.rpc.port; | ||||
|     #   } | ||||
|     #   { | ||||
|     #     from = "host"; | ||||
|     #     host.port = config.fediversity.internal.garage.web.port; | ||||
|     #     guest.port = config.fediversity.internal.garage.web.port; | ||||
|     #   } | ||||
|     # ]; | ||||
| 
 | ||||
|     environment.systemPackages = [ pkgs.minio-client pkgs.awscli ]; | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue