forked from fediversity/fediversity
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  targetMachines = [
 | 
						|
    "pve"
 | 
						|
  ];
 | 
						|
  pathToRoot = builtins.path {
 | 
						|
    path = ../../..;
 | 
						|
    name = "root";
 | 
						|
  };
 | 
						|
  pathFromRoot = "/deployment/check/data-model-tf-proxmox";
 | 
						|
}
 |