FIX forgot to add interface name
This commit is contained in:
parent
0066ad05b9
commit
f456ed93bc
|
@ -110,7 +110,7 @@ ethernetCmd iface = CmdSpec
|
||||||
{ csAlias = iface
|
{ csAlias = iface
|
||||||
, csDepends = Just $ sysDepends devBus devPath
|
, csDepends = Just $ sysDepends devBus devPath
|
||||||
, csRunnable = Run
|
, csRunnable = Run
|
||||||
$ Device ("enp7s0f1", "<fn=2>\xf0e8</fn>", T.fgColor, T.backdropFgColor) 5
|
$ Device (iface, "<fn=2>\xf0e8</fn>", T.fgColor, T.backdropFgColor) 5
|
||||||
}
|
}
|
||||||
|
|
||||||
isWireless :: String -> Bool
|
isWireless :: String -> Bool
|
||||||
|
|
Loading…
Reference in New Issue