Add ethernet on dev-lt-63
This commit is contained in:
parent
fc2b3ba0f4
commit
081a94cb34
2 changed files with 4 additions and 0 deletions
|
@ -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}%";
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
bar = {
|
||||
network.wifi = "wlp0s20f3";
|
||||
network.vpn = "wg-dev";
|
||||
network.eth = "enxcc483aafcee4";
|
||||
audio.wireplumber = false;
|
||||
battery.name = "BAT0";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue