Maybe also comment out the ensure bs
This commit is contained in:
		
							parent
							
								
									6091c13866
								
							
						
					
					
						commit
						873c3f7061
					
				
					 1 changed files with 14 additions and 14 deletions
				
			
		| 
						 | 
				
			
			@ -97,20 +97,20 @@
 | 
			
		|||
 | 
			
		||||
    # Ensure the database, user, and permissions always exist
 | 
			
		||||
    ensureDatabases = ["nextcloud" "onlyoffice" "akkoma"];
 | 
			
		||||
    ensureUsers = [
 | 
			
		||||
      {
 | 
			
		||||
        name = "nextcloud";
 | 
			
		||||
        ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES";
 | 
			
		||||
      }
 | 
			
		||||
      {
 | 
			
		||||
        name = "onlyoffice";
 | 
			
		||||
        ensurePermissions."DATABASE onlyoffice" = "ALL PRIVILEGES";
 | 
			
		||||
      }
 | 
			
		||||
      {
 | 
			
		||||
        name = "akkoma";
 | 
			
		||||
        ensurePermissions."DATABASE akkoma" = "ALL PRIVILEGES";
 | 
			
		||||
      }
 | 
			
		||||
    ];
 | 
			
		||||
    # ensureUsers = [
 | 
			
		||||
    #   {
 | 
			
		||||
    #     name = "nextcloud";
 | 
			
		||||
    #     ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES";
 | 
			
		||||
    #   }
 | 
			
		||||
    #   {
 | 
			
		||||
    #     name = "onlyoffice";
 | 
			
		||||
    #     ensurePermissions."DATABASE onlyoffice" = "ALL PRIVILEGES";
 | 
			
		||||
    #   }
 | 
			
		||||
    #   {
 | 
			
		||||
    #     name = "akkoma";
 | 
			
		||||
    #     ensurePermissions."DATABASE akkoma" = "ALL PRIVILEGES";
 | 
			
		||||
    #   }
 | 
			
		||||
    # ];
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  services.aria2 = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue