Let's see if the apps are the issue...
This commit is contained in:
parent
bfd1101936
commit
2ac6673b45
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue