This commit is contained in:
2025-09-19 21:18:55 +03:00
parent 46425fb6eb
commit 15f64edb29
+3 -2
View File
@@ -9,7 +9,7 @@
{ {
services = { services = {
nextcloud-whiteboard-server = { nextcloud-whiteboard-server = {
enable = true; enable = false;
settings = { settings = {
NEXTCLOUD_URL = "http://localhost:10000"; NEXTCLOUD_URL = "http://localhost:10000";
}; };
@@ -82,7 +82,7 @@
}; };
}; };
collabora-online = { collabora-online = {
enable = true; enable = false;
port = 9980; port = 9980;
settings = { settings = {
# Rely on reverse proxy for SSL # Rely on reverse proxy for SSL
@@ -105,6 +105,7 @@
enable = true; enable = true;
hostname = "localhost:8980"; hostname = "localhost:8980";
}; };
rabbitmq.enable = true;
}; };
networking.hosts = { networking.hosts = {