Let's see if the apps are the issue...

This commit is contained in:
Lillian-Violet 2023-12-17 21:32:31 +01:00
parent 38eafe7f9e
commit a6919d33c0

View file

@ -13,10 +13,6 @@
users.users = { users.users = {
nextcloud.extraGroups = [config.users.groups.keys.name "aria2" "onlyoffice"]; nextcloud.extraGroups = [config.users.groups.keys.name "aria2" "onlyoffice"];
aria2.extraGroups = ["nextcloud"]; aria2.extraGroups = ["nextcloud"];
mssql = {
isSystemUser = true;
group = "mssql";
};
}; };
# Enable Nginx # Enable Nginx
@ -68,12 +64,12 @@
phpOptions."opcache.interned_strings_buffer" = "23"; phpOptions."opcache.interned_strings_buffer" = "23";
appstoreEnable = true; appstoreEnable = true;
extraAppsEnable = true; #extraAppsEnable = true;
extraApps = with config.services.nextcloud.package.packages.apps; { #extraApps = with config.services.nextcloud.package.packages.apps; {
# List of apps we want to install and are already packaged in # 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 # 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; # 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