mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
Generated
+4
-4
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user