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