mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -10,8 +10,12 @@
|
||||
nextcloud-whiteboard-server = {
|
||||
enable = true;
|
||||
settings = {
|
||||
NEXTCLOUD_URL = "https://nextcloud.zeroq.ru/";
|
||||
NEXTCLOUD_URL = "https://nextcloud.zeroq.ru";
|
||||
JWT_SECRET_KEY = "sjlbhMzmNopbYMOx";
|
||||
};
|
||||
# secrets = [
|
||||
# "sjlbhMzmNopbYMOx"
|
||||
# ];
|
||||
};
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user