Don't hardcode wireless interface
we have an option for it! Fixes #1 - ty @jskrzypek
This commit is contained in:
parent
2178317401
commit
1316d4fccd
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ in {
|
|||
format = "%artist - %album - %title"
|
||||
}
|
||||
|
||||
wireless wlp3s0 {
|
||||
wireless ${config.system.machine.wirelessInterface} {
|
||||
format_up = "W: (%quality - %essid - %bitrate) %ip"
|
||||
format_down = "W: -"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue