nixos/hostapd: add missing stringification of path in INI format

This commit is contained in:
oddlama 2023-08-11 22:44:08 +02:00
parent 7eefa92432
commit bbac87a2dd
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -987,7 +987,7 @@ in {
} // optionalAttrs (bssCfg.authentication.wpaPassword != null) {
wpa_passphrase = bssCfg.authentication.wpaPassword;
} // optionalAttrs (bssCfg.authentication.wpaPskFile != null) {
wpa_psk_file = bssCfg.authentication.wpaPskFile;
wpa_psk_file = toString bssCfg.authentication.wpaPskFile;
};
dynamicConfigScripts = let