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 = {
|
||||
enable = true;
|
||||
package = previous.onlyoffice-documentserver;
|
||||
enable = false;
|
||||
# package = previous.onlyoffice-documentserver;
|
||||
hostname = "office.home.arpa";
|
||||
port = 8090;
|
||||
allowLocalConnections = true;
|
||||
|
||||
Reference in New Issue
Block a user