mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
trusted_domains = [
|
trusted_domains = [
|
||||||
"nextcloud.zeroq.ru"
|
"nextcloud.zeroq.ru"
|
||||||
"100.64.0.0"
|
"100.64.0.0"
|
||||||
"192.168.1.18"
|
"192.168.1.20"
|
||||||
"localhost"
|
"localhost"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
port = 10000;
|
port = 10000;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
addr = "192.168.1.18";
|
addr = "192.168.1.20";
|
||||||
port = 10000;
|
port = 10000;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user