This commit is contained in:
2025-09-24 19:28:15 +03:00
parent 6a61c81a5f
commit ffc96d19a3
3 changed files with 43 additions and 24 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ in
nextcloud-whiteboard-server = {
enable = true;
settings = {
NEXTCLOUD_URL = "https://nextcloud.local";
NEXTCLOUD_URL = "http://nextcloud.local";
};
secrets = [ "${inputs.zeroq-credentials}/services/nextcloud/jwt-secret.txt" ];
};