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