nixos/wireless: fix indentation of extraConfig (#377482)

This commit is contained in:
Michele Guerini Rocco 2025-01-29 14:14:10 +01:00 committed by GitHub
commit 2e4d19a429
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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={