This commit is contained in:
2025-10-26 09:58:42 +03:00
parent aa736c7eb1
commit 7dc67d0498
+1 -1
View File
@@ -24,7 +24,7 @@ in
};
nextcloud = {
enable = true;
package = pkgs.nextcloud32;
package = master.nextcloud32;
hostName = "nextcloud.local";
database.createLocally = true;
home = "${xlib.dirs.services-mnt-folder}/nextcloud";