This commit is contained in:
2025-09-23 22:42:41 +03:00
parent f8775ed8be
commit cd0f1baa10
+2 -2
View File
@@ -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"