forked from fediversity/fediversity
		
	makeInstaller -> makeInstallerIso
				
					
				
			This commit is contained in:
		
							parent
							
								
									9e95287715
								
							
						
					
					
						commit
						bf0a35de6c
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -2,7 +2,7 @@ | |||
| 
 | ||||
| let | ||||
|   allVmIds = builtins.genList (x: 100 + x) 156; # 100 -- 255 | ||||
|   makeInstaller = import ../infra/makeInstaller.nix; | ||||
|   makeInstallerIso = import ../infra/makeInstallerIso.nix; | ||||
| 
 | ||||
| in | ||||
| { | ||||
|  | @ -32,7 +32,7 @@ in | |||
|     in | ||||
|     mapAttrs ( | ||||
|       vmname: nixosConfiguration: | ||||
|       makeInstaller { | ||||
|       makeInstallerIso { | ||||
|         inherit (inputs) nixpkgs; | ||||
|         inherit nixosConfiguration; | ||||
|         hostKeys = { | ||||
|  |  | |||
|  | @ -31,7 +31,7 @@ let | |||
| 
 | ||||
| in | ||||
| { | ||||
|   flake.lib.makeInstaller = import ./makeInstaller.nix; | ||||
|   flake.lib.makeInstallerIso = import ./makeInstallerIso.nix; | ||||
| 
 | ||||
|   nixops4Deployments = makeDeployments (addDefaultDeployment { | ||||
|     git = [ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue