fix: -M 0 is added by nix automatically

This commit is contained in:
uttarayan21
2025-06-13 20:33:22 +05:30
parent 15a311454e
commit d1ac156709

View File

@@ -4,7 +4,7 @@
sessions = [
{
name = "mirai-socks";
extraArguments = "-N -D 1080 -M 0";
extraArguments = "-N -D 1080";
user = "fs0c131y";
}
];