5 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {self, ...}: {
 | |
|   flake.images = {
 | |
|     ooknode = self.nixosConfigurations.ooknode.config.system.build.image;
 | |
|   };
 | |
| }
 |