fix(wg-quick): builtins function typo
This commit is contained in:
parent
87b9d090ad
commit
8699abe98f
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ let
|
|||
'' + optionalString (interfaceOpt.address != [ ]) (''
|
||||
Address = ${concatStringsSep "," interfaceOpt.address}
|
||||
'') + optionalString (interfaceOpt.dns != [ ]) ''
|
||||
DNS = ${concatStringsep "," interfaceOpt.dns}
|
||||
DNS = ${concatStringsSep "," interfaceOpt.dns}
|
||||
'' + optionalString (interfaceOpt.listenPort != null) ''
|
||||
ListenPort = ${toString interfaceOpt.listenPort}
|
||||
'' + optionalString (interfaceOpt.mtu != null) ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue