supplicant nixos module: Allow not specifying the configFile path
This commit is contained in:
parent
90bc1a8595
commit
67ef18d01a
@ -82,7 +82,8 @@ in
|
|||||||
configFile = {
|
configFile = {
|
||||||
|
|
||||||
path = mkOption {
|
path = mkOption {
|
||||||
type = types.path;
|
type = types.nullOr types.path;
|
||||||
|
default = null;
|
||||||
example = literalExample "/etc/wpa_supplicant.conf";
|
example = literalExample "/etc/wpa_supplicant.conf";
|
||||||
description = ''
|
description = ''
|
||||||
External <literal>wpa_supplicant.conf</literal> configuration file.
|
External <literal>wpa_supplicant.conf</literal> configuration file.
|
||||||
|
Loading…
Reference in New Issue
Block a user