mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
nextcloud-whiteboard-server = {
|
nextcloud-whiteboard-server = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
NEXTCLOUD_URL = "http://localhost:10000";
|
NEXTCLOUD_URL = "http://localhost:10000";
|
||||||
};
|
};
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
collabora-online = {
|
collabora-online = {
|
||||||
enable = true;
|
enable = false;
|
||||||
port = 9980;
|
port = 9980;
|
||||||
settings = {
|
settings = {
|
||||||
# Rely on reverse proxy for SSL
|
# Rely on reverse proxy for SSL
|
||||||
@@ -105,6 +105,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
hostname = "localhost:8980";
|
hostname = "localhost:8980";
|
||||||
};
|
};
|
||||||
|
rabbitmq.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
|
|||||||
Reference in New Issue
Block a user