forked from fediversity/meta
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| flowchart LR
 | |
|   deployer["deployer<br><font size='1'>has store paths<br>runs nixops4</font>"]
 | |
| 
 | |
|   subgraph target_machines["target machines"]
 | |
|     direction TB
 | |
|     hello
 | |
|     cowsay
 | |
|   end
 | |
| 
 | |
|   deployer -->|deploys| target_machines
 |