Skip to content

Commit

Permalink
feat(i3status-rs): show tailscale speed
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Jan 25, 2024
1 parent 4e7a037 commit c302e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/i3status-rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ let
}
];
missing_format = "";
}) [ "eth0" "eno1" "wlp4s0" "enp164s0u1" "enp61s0u2u1u2" "enp61s0u1u1u2" "wlp0s20f3" "enp9s0u1u1u2" "tun0" ];
}) [ "eth0" "eno1" "wlp4s0" "enp164s0u1" "enp61s0u2u1u2" "enp61s0u1u1u2" "wlp0s20f3" "enp9s0u1u1u2" "tun0" "tailscale0" ];

hostName = osConfig.networking.hostName;
isBoar = hostName == "boar";
Expand Down

0 comments on commit c302e60

Please sign in to comment.