nixos/colony: Add extra disk to darts VM
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				CI / Check, build and cache Nix flake (push) Failing after 6m28s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	CI / Check, build and cache Nix flake (push) Failing after 6m28s
				
			This commit is contained in:
		@@ -209,6 +209,7 @@
 | 
				
			|||||||
            drives = [
 | 
					            drives = [
 | 
				
			||||||
              (mkMerge [ (vm.disk "darts" "root") { frontendOpts.bootindex = 0; } ])
 | 
					              (mkMerge [ (vm.disk "darts" "root") { frontendOpts.bootindex = 0; } ])
 | 
				
			||||||
              (vm.lvmDisk' "media" "darts-media")
 | 
					              (vm.lvmDisk' "media" "darts-media")
 | 
				
			||||||
 | 
					              (vm.lvmDisk' "ext" "darts-ext")
 | 
				
			||||||
            ];
 | 
					            ];
 | 
				
			||||||
          };
 | 
					          };
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user