This commit is contained in:
2025-07-24 17:01:04 +03:00
parent ffa350eee3
commit 39110104ab
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
nextcloud-whiteboard-server = {
enable = true;
settings = {
NEXTCLOUD_URL = "https://nextcloud.zeroq.ru";
NEXTCLOUD_URL = "http://localhost:10000";
};
secrets = [ "${inputs.zeroq-credentials}/services/nextcloud/jwt-secret.txt" ];
};