Skip to content

Commit

Permalink
feat(i3status-rs): show VPN status
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Oct 20, 2023
1 parent 883c7e1 commit c6eeb9f
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" ];
}) [ "eth0" "eno1" "wlp4s0" "enp164s0u1" "enp61s0u2u1u2" "enp61s0u1u1u2" "wlp0s20f3" "enp9s0u1u1u2" "tun0" ];

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

0 comments on commit c6eeb9f

Please sign in to comment.