mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 14:40:09 +03:00
123
This commit is contained in:
@@ -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