This commit is contained in:
2025-09-24 19:45:09 +03:00
parent 0396ffef4e
commit 4f9f77544d
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ in
nextcloud-whiteboard-server = { nextcloud-whiteboard-server = {
enable = true; enable = true;
settings = { settings = {
NEXTCLOUD_URL = "http://nextcloud.local"; NEXTCLOUD_URL = "http://localhost";
}; };
secrets = [ "${inputs.zeroq-credentials}/services/nextcloud/jwt-secret.txt" ]; secrets = [ "${inputs.zeroq-credentials}/services/nextcloud/jwt-secret.txt" ];
}; };
+4
View File
@@ -25,6 +25,10 @@
addr = "192.168.1.20"; addr = "192.168.1.20";
port = 10000; port = 10000;
} }
{
addr = "localhost";
port = 3002;
}
]; ];
}; };
# "localhost:3002" = { # "localhost:3002" = {