mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
fixup for onlyoffice (disabling)
This commit is contained in:
@@ -171,8 +171,8 @@ in
|
|||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
onlyoffice = {
|
onlyoffice = {
|
||||||
enable = true;
|
enable = false;
|
||||||
package = previous.onlyoffice-documentserver;
|
# package = previous.onlyoffice-documentserver;
|
||||||
hostname = "office.home.arpa";
|
hostname = "office.home.arpa";
|
||||||
port = 8090;
|
port = 8090;
|
||||||
allowLocalConnections = true;
|
allowLocalConnections = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user