nixos/palace: Add BindsTo= dependency for river on cellar
				
					
				
			This commit is contained in:
		@@ -69,7 +69,8 @@
 | 
			
		||||
      in
 | 
			
		||||
      {
 | 
			
		||||
        requires = [ vtapUnit ];
 | 
			
		||||
        after = [ vtapUnit ];
 | 
			
		||||
        after = [ vtapUnit "vm@cellar.service" ];
 | 
			
		||||
        bindsTo = [ "vm@cellar.service" ];
 | 
			
		||||
        preStart = ''
 | 
			
		||||
          until ${pkgs.netcat}/bin/nc -w1 -z ${allAssignments.cellar.hi.ipv4.address} 22; do
 | 
			
		||||
            sleep 1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user