This commit is contained in:
2025-07-24 16:36:37 +03:00
parent e50fb21aa9
commit ffa350eee3
2 changed files with 5 additions and 8 deletions
Generated
+4 -4
View File
@@ -544,11 +544,11 @@
},
"zeroq-credentials": {
"locked": {
"lastModified": 1753308665,
"narHash": "sha256-JUhgV/iMMPi10AoHc0cBI9FgrO2dQJ/B5OKCS9RUM+Y=",
"lastModified": 1753363883,
"narHash": "sha256-V7WPG1iocz+XSUvlXTnL4Jqvm72Jvgzr5C1wWy05dNM=",
"ref": "refs/heads/master",
"rev": "eea9b3f93a389b25f5c2a0bbe2436f4d819c868f",
"revCount": 9,
"rev": "88db0e1400d6d7248dbb0afe16a8f77b587cf4da",
"revCount": 15,
"type": "git",
"url": "ssh://git@github.com/oqyude/zeroq-credentials.git"
},
+1 -4
View File
@@ -11,11 +11,8 @@
enable = true;
settings = {
NEXTCLOUD_URL = "https://nextcloud.zeroq.ru";
JWT_SECRET_KEY = "sjlbhMzmNopbYMOx";
};
# secrets = [
# "sjlbhMzmNopbYMOx"
# ];
secrets = [ "${inputs.zeroq-credentials}/services/nextcloud/jwt-secret.txt" ];
};
nextcloud = {
enable = true;