mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -109,8 +109,8 @@
|
||||
# };
|
||||
onlyoffice = {
|
||||
enable = true;
|
||||
hostname = "localhost";
|
||||
port = 8890;
|
||||
hostname = "collabora.zeroq.ru";
|
||||
port = 8000;
|
||||
};
|
||||
#rabbitmq.enable = false;
|
||||
};
|
||||
|
||||
@@ -27,14 +27,6 @@
|
||||
}
|
||||
];
|
||||
};
|
||||
"localhost:8890" = {
|
||||
listen = [
|
||||
{
|
||||
addr = "127.0.0.1";
|
||||
port = 8080;
|
||||
}
|
||||
];
|
||||
};
|
||||
"localhost:8000" = {
|
||||
forceSSL = false;
|
||||
enableACME = false;
|
||||
@@ -47,10 +39,6 @@
|
||||
addr = "192.168.1.20";
|
||||
port = 8890;
|
||||
}
|
||||
{
|
||||
addr = "127.0.0.1";
|
||||
port = 8890;
|
||||
}
|
||||
];
|
||||
};
|
||||
# "localhost:9980" = {
|
||||
|
||||
Reference in New Issue
Block a user