networking module: wlanInterfaces: fix file name of udev rules
This commit is contained in:
parent
881ec1efb8
commit
acb1b3cdd0
@ -940,8 +940,8 @@ in
|
|||||||
|
|
||||||
services.udev.packages = mkIf (cfg.wlanInterfaces != {}) [
|
services.udev.packages = mkIf (cfg.wlanInterfaces != {}) [
|
||||||
(pkgs.writeTextFile {
|
(pkgs.writeTextFile {
|
||||||
name = "99-zzz-wlanInterfaces-last.rules";
|
name = "99-zzz-40-wlanInterfaces.rules";
|
||||||
destination = "/etc/udev/rules.d/99-zzz-wlanInterfaces-last.rules";
|
destination = "/etc/udev/rules.d/99-zzz-40-wlanInterfaces.rules";
|
||||||
text =
|
text =
|
||||||
let
|
let
|
||||||
# Collect all interfaces that are defined for a device
|
# Collect all interfaces that are defined for a device
|
||||||
|
Loading…
x
Reference in New Issue
Block a user