selector4nix: listen 0.0.0.0

This commit is contained in:
2026-08-22 22:50:56 +08:00
parent 6e7bf06d97
commit 92b388abb1
+4 -1
View File
@@ -45,7 +45,10 @@ in
enable = true;
configureSubstituter = "keep";
settings = {
server.port = 5496;
server = {
ip = "0.0.0.0";
port = 5496;
};
substituters = map (subst: if builtins.isString subst then { url = subst; } else subst) [
"https://mirror.sjtu.edu.cn/nix-channels/store"
"https://mirrors.sjtug.sjtu.edu.cn/nix-channels/store"