nixos/supplicant: /var/run -> /run
This commit is contained in:
parent
8062476f73
commit
b9e27ec43e
|
@ -132,7 +132,7 @@ in
|
||||||
extraCmdArgs = mkOption {
|
extraCmdArgs = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "";
|
default = "";
|
||||||
example = "-e/var/run/wpa_supplicant/entropy.bin";
|
example = "-e/run/wpa_supplicant/entropy.bin";
|
||||||
description =
|
description =
|
||||||
"Command line arguments to add when executing <literal>wpa_supplicant</literal>.";
|
"Command line arguments to add when executing <literal>wpa_supplicant</literal>.";
|
||||||
};
|
};
|
||||||
|
@ -164,7 +164,7 @@ in
|
||||||
|
|
||||||
socketDir = mkOption {
|
socketDir = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "/var/run/wpa_supplicant";
|
default = "/run/wpa_supplicant";
|
||||||
description = "Directory of sockets for controlling wpa_supplicant.";
|
description = "Directory of sockets for controlling wpa_supplicant.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue