mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
}:
|
||||
{
|
||||
services = {
|
||||
nextcloud-whiteboard-server = {
|
||||
enable = true;
|
||||
settings = {
|
||||
NEXTCLOUD_URL = "http://localhost:10000";
|
||||
};
|
||||
secrets = [ "${inputs.zeroq-credentials}/services/nextcloud/jwt-secret.txt" ];
|
||||
};
|
||||
# nextcloud-whiteboard-server = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# NEXTCLOUD_URL = "http://localhost:10000";
|
||||
# };
|
||||
# secrets = [ "${inputs.zeroq-credentials}/services/nextcloud/jwt-secret.txt" ];
|
||||
# };
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud31;
|
||||
@@ -38,6 +38,7 @@
|
||||
"localhost"
|
||||
"sapphira.latxa-platy.ts.net"
|
||||
];
|
||||
overwriteprotocol = "https";
|
||||
};
|
||||
extraAppsEnable = true;
|
||||
extraApps = {
|
||||
|
||||
Reference in New Issue
Block a user