supplicant nixos module: Allow not specifying the configFile path

This commit is contained in:
Shea Levy 2017-02-05 06:50:20 -05:00
parent 90bc1a8595
commit 67ef18d01a

View file

@ -82,7 +82,8 @@ in
configFile = {
path = mkOption {
type = types.path;
type = types.nullOr types.path;
default = null;
example = literalExample "/etc/wpa_supplicant.conf";
description = ''
External <literal>wpa_supplicant.conf</literal> configuration file.