nixos/wireless: fix indentation of extraConfig (#377482)
This commit is contained in:
commit
2e4d19a429
@ -94,7 +94,7 @@ let
|
||||
++ optional (pskString != null) "psk=${pskString}"
|
||||
++ optionals (opts.auth != null) (filter (x: x != "") (splitString "\n" opts.auth))
|
||||
++ optional (opts.priority != null) "priority=${toString opts.priority}"
|
||||
++ optional (opts.extraConfig != "") opts.extraConfig;
|
||||
++ filter (x: x != "") (splitString "\n" opts.extraConfig);
|
||||
in
|
||||
''
|
||||
network={
|
||||
|
Loading…
x
Reference in New Issue
Block a user