This commit is contained in:
2025-07-24 15:46:37 +03:00
parent b7268f5f54
commit d0219a976b
3 changed files with 8 additions and 5 deletions
+6
View File
@@ -7,6 +7,12 @@
}:
{
services = {
nextcloud-whiteboard-server = {
enable = true;
settings = {
NEXTCLOUD_URL = "https://nextcloud.zeroq.ru/";
};
};
nextcloud = {
enable = true;
package = pkgs.nextcloud31;