Add ethernet on dev-lt-63

This commit is contained in:
Riley Apeldoorn 2023-06-14 10:00:17 +02:00 committed by Riley Apeldoorn
parent fc2b3ba0f4
commit 081a94cb34
2 changed files with 4 additions and 0 deletions

View file

@ -71,12 +71,15 @@ in {
};
"network#wifi" = {
"interface" = cfg.network.wifi;
"format" = "wifi";
};
"network#eth" = {
"interface" = cfg.network.eth;
"format" = "eth";
};
"network#vpn" = {
"interface" = cfg.network.vpn;
"format" = "vpn";
};
"pulseaudio" = {
"format" = "{desc}: {volume}%";

View file

@ -16,6 +16,7 @@
bar = {
network.wifi = "wlp0s20f3";
network.vpn = "wg-dev";
network.eth = "enxcc483aafcee4";
audio.wireplumber = false;
battery.name = "BAT0";
};