mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
Generated
+4
-4
@@ -544,11 +544,11 @@
|
|||||||
},
|
},
|
||||||
"zeroq-credentials": {
|
"zeroq-credentials": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1753308665,
|
"lastModified": 1753363883,
|
||||||
"narHash": "sha256-JUhgV/iMMPi10AoHc0cBI9FgrO2dQJ/B5OKCS9RUM+Y=",
|
"narHash": "sha256-V7WPG1iocz+XSUvlXTnL4Jqvm72Jvgzr5C1wWy05dNM=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "eea9b3f93a389b25f5c2a0bbe2436f4d819c868f",
|
"rev": "88db0e1400d6d7248dbb0afe16a8f77b587cf4da",
|
||||||
"revCount": 9,
|
"revCount": 15,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@github.com/oqyude/zeroq-credentials.git"
|
"url": "ssh://git@github.com/oqyude/zeroq-credentials.git"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -11,11 +11,8 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
NEXTCLOUD_URL = "https://nextcloud.zeroq.ru";
|
NEXTCLOUD_URL = "https://nextcloud.zeroq.ru";
|
||||||
JWT_SECRET_KEY = "sjlbhMzmNopbYMOx";
|
|
||||||
};
|
};
|
||||||
# secrets = [
|
secrets = [ "${inputs.zeroq-credentials}/services/nextcloud/jwt-secret.txt" ];
|
||||||
# "sjlbhMzmNopbYMOx"
|
|
||||||
# ];
|
|
||||||
};
|
};
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user