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