mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -115,14 +115,14 @@ in
|
|||||||
};
|
};
|
||||||
onlyoffice = {
|
onlyoffice = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostname = "onlyoffice";
|
hostname = "onlyoffice.local";
|
||||||
};
|
};
|
||||||
#rabbitmq.enable = false;
|
#rabbitmq.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"0.0.0.0" = [
|
"0.0.0.0" = [
|
||||||
"onlyoffice"
|
"onlyoffice.local"
|
||||||
];
|
];
|
||||||
# "127.0.0.1" = [
|
# "127.0.0.1" = [
|
||||||
# "nextcloud.zeroq.ru"
|
# "nextcloud.zeroq.ru"
|
||||||
|
|||||||
Reference in New Issue
Block a user