feat: added the ability for the admin to install store based

This commit is contained in:
silver 2023-11-03 23:50:17 +00:00
parent 5877f1143c
commit 8bb2c26a99

View file

@ -90,6 +90,8 @@ in {
adminpassFile = config.age.secrets.nextcloud_admin_pass.path;
};
appstoreEnable = true;
extraApps = with config.services.nextcloud.package.packages.apps; {
inherit files_markdown files_texteditor forms groupfolders mail maps news notes onlyoffice polls;
};