mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
supplicant nixos module: Allow not specifying the configFile path
This commit is contained in:
parent
90bc1a8595
commit
67ef18d01a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user