Try and run sops first?
This commit is contained in:
		
							parent
							
								
									39e2ba8002
								
							
						
					
					
						commit
						17a99b9bbf
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -112,9 +112,12 @@
 | 
			
		|||
    ];
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  systemd.services."sops-nix.service" = {
 | 
			
		||||
    before = ["nextcloud-setup" "mysql.service"];
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  systemd.services."nextcloud-setup" = {
 | 
			
		||||
    requires = ["mysql.service"];
 | 
			
		||||
    after = ["mysql.service"];
 | 
			
		||||
  };
 | 
			
		||||
  systemd.user.services."nextcloud-setup".Unit.After = ["sops-nix.service"];
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue