old
 1{...}: {
 2  services.mihomo.config.tun = {
 3    enable = true;
 4    stack = "mixed";
 5    device = "ElysianRealm";
 6    auto-route = true;
 7    auto-detect-interface = true;
 8    dns-hijack = [
 9      "any:53"
10      "tcp://any:53"
11    ];
12    strict-route = true;
13    mtu = 1500;
14  };
15}