This commit is contained in:
2025-09-19 16:43:05 +03:00
parent d0f146be60
commit bb9ddeabaf
+6 -2
View File
@@ -42,14 +42,14 @@
overwriteprotocol = "https";
};
extraAppsEnable = true;
appstoreEnable = true;
appstoreEnable = false;
extraApps = {
inherit (pkgs.nextcloud31Packages.apps)
deck
end_to_end_encryption
groupfolders
impersonate
onlyoffice
#onlyoffice
bookmarks
calendar
contacts
@@ -93,4 +93,8 @@
systemd.tmpfiles.rules = [
"z /mnt/nextcloud 0755 nextcloud nextcloud -"
];
environment.systemPackages = [
pkgs.nc4nix # Packaging helper for Nextcloud apps
];
}