This commit is contained in:
2025-10-06 21:47:08 +03:00
parent ec16e0418c
commit 8855a9cce9
+5 -3
View File
@@ -125,12 +125,14 @@ in
}; };
networking.hosts = { networking.hosts = {
"localhost:10000" = [ "localhost" = [
"nextcloud.zeroq.ru" "nextcloud.zeroq.ru"
];
"localhost:9980" = [
"office.zeroq.ru" "office.zeroq.ru"
]; ];
"::1" = [
"office.zeroq.ru"
"nextcloud.zeroq.ru"
];
}; };
systemd.services.nextcloud-config-collabora = systemd.services.nextcloud-config-collabora =