mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -125,12 +125,14 @@ in
|
||||
};
|
||||
|
||||
networking.hosts = {
|
||||
"localhost:10000" = [
|
||||
"localhost" = [
|
||||
"nextcloud.zeroq.ru"
|
||||
];
|
||||
"localhost:9980" = [
|
||||
"office.zeroq.ru"
|
||||
];
|
||||
"::1" = [
|
||||
"office.zeroq.ru"
|
||||
"nextcloud.zeroq.ru"
|
||||
];
|
||||
};
|
||||
|
||||
systemd.services.nextcloud-config-collabora =
|
||||
|
||||
Reference in New Issue
Block a user