Cleanup dead code
This commit is contained in:
		
							parent
							
								
									e32d5ec84d
								
							
						
					
					
						commit
						a524274254
					
				
					 1 changed files with 9 additions and 13 deletions
				
			
		
							
								
								
									
										22
									
								
								flake.nix
									
										
									
									
									
								
							
							
						
						
									
										22
									
								
								flake.nix
									
										
									
									
									
								
							|  | @ -37,10 +37,8 @@ | |||
|       perSystem = | ||||
|         { | ||||
|           config, | ||||
|           self', | ||||
|           inputs', | ||||
|           pkgs, | ||||
|           system, | ||||
|           ... | ||||
|         }: | ||||
|         { | ||||
|  | @ -130,17 +128,15 @@ | |||
|             ssh.hostPublicKey = readFile ./hostKeys/fedi${self.vmIdTo03d vmid}/ssh_host_ed25519_key.pub; | ||||
| 
 | ||||
|             nixpkgs = inputs.nixpkgs; | ||||
|             nixos.module = | ||||
|               { pkgs, modulesPath, ... }: | ||||
|               { | ||||
|                 imports = [ | ||||
|                   vmconfig | ||||
|                   { procolix.vmid = vmid; } | ||||
|                   ./procolixVm.nix | ||||
|                   inputs.snf.nixosModules.fediversity | ||||
|                   inputs.disko.nixosModules.default | ||||
|                 ]; | ||||
|               }; | ||||
|             nixos.module = { | ||||
|               imports = [ | ||||
|                 vmconfig | ||||
|                 { procolix.vmid = vmid; } | ||||
|                 ./procolixVm.nix | ||||
|                 inputs.snf.nixosModules.fediversity | ||||
|                 inputs.disko.nixosModules.default | ||||
|               ]; | ||||
|             }; | ||||
|           }; | ||||
| 
 | ||||
|         in | ||||
|  |  | |||
		Reference in a new issue