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
Generated
+4 -4
View File
@@ -544,11 +544,11 @@
}, },
"zeroq-credentials": { "zeroq-credentials": {
"locked": { "locked": {
"lastModified": 1753363883, "lastModified": 1753364427,
"narHash": "sha256-V7WPG1iocz+XSUvlXTnL4Jqvm72Jvgzr5C1wWy05dNM=", "narHash": "sha256-80qOUx/1DspR1RzdkUFxhaqvxfqcVDnbp3kAfq151tI=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "88db0e1400d6d7248dbb0afe16a8f77b587cf4da", "rev": "36b8715d3aafab43fbec37855f7e8793d59bef29",
"revCount": 15, "revCount": 16,
"type": "git", "type": "git",
"url": "ssh://git@github.com/oqyude/zeroq-credentials.git" "url": "ssh://git@github.com/oqyude/zeroq-credentials.git"
}, },
+1 -1
View File
@@ -10,7 +10,7 @@
nextcloud-whiteboard-server = { nextcloud-whiteboard-server = {
enable = true; enable = true;
settings = { settings = {
NEXTCLOUD_URL = "https://nextcloud.zeroq.ru"; NEXTCLOUD_URL = "http://localhost:10000";
}; };
secrets = [ "${inputs.zeroq-credentials}/services/nextcloud/jwt-secret.txt" ]; secrets = [ "${inputs.zeroq-credentials}/services/nextcloud/jwt-secret.txt" ];
}; };