Wrong place for extra apps
This commit is contained in:
		
							parent
							
								
									ec8ea54407
								
							
						
					
					
						commit
						a8a87a6022
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -48,12 +48,6 @@
 | 
			
		|||
    configureRedis = true;
 | 
			
		||||
    maxUploadSize = "16G";
 | 
			
		||||
 | 
			
		||||
    config = {
 | 
			
		||||
      # Further forces Nextcloud to use HTTPS
 | 
			
		||||
      overwriteProtocol = "https";
 | 
			
		||||
 | 
			
		||||
      defaultPhoneRegion = "NL";
 | 
			
		||||
 | 
			
		||||
    extraAppsEnable = true;
 | 
			
		||||
    extraApps = with config.services.nextcloud.package.packages.apps; {
 | 
			
		||||
      # List of apps we want to install and are already packaged in
 | 
			
		||||
| 
						 | 
				
			
			@ -61,6 +55,12 @@
 | 
			
		|||
      inherit calendar contacts deck forms music news notes onlyoffice polls twofactor_nextcloud_notification unsplash;
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    config = {
 | 
			
		||||
      # Further forces Nextcloud to use HTTPS
 | 
			
		||||
      overwriteProtocol = "https";
 | 
			
		||||
 | 
			
		||||
      defaultPhoneRegion = "NL";
 | 
			
		||||
 | 
			
		||||
      # Nextcloud PostegreSQL database configuration, recommended over using SQLite
 | 
			
		||||
      dbtype = "pgsql";
 | 
			
		||||
      dbuser = "nextcloud";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue