mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user