From acb1b3cdd006f1396221262325586e6faa724dff Mon Sep 17 00:00:00 2001 From: Thomas Strobel Date: Tue, 6 Oct 2015 18:45:50 +0200 Subject: networking module: wlanInterfaces: fix file name of udev rules --- nixos/modules/tasks/network-interfaces.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules/tasks') diff --git a/nixos/modules/tasks/network-interfaces.nix b/nixos/modules/tasks/network-interfaces.nix index 92151b00b06b..2d6522a1bf9d 100644 --- a/nixos/modules/tasks/network-interfaces.nix +++ b/nixos/modules/tasks/network-interfaces.nix @@ -940,8 +940,8 @@ in services.udev.packages = mkIf (cfg.wlanInterfaces != {}) [ (pkgs.writeTextFile { - name = "99-zzz-wlanInterfaces-last.rules"; - destination = "/etc/udev/rules.d/99-zzz-wlanInterfaces-last.rules"; + name = "99-zzz-40-wlanInterfaces.rules"; + destination = "/etc/udev/rules.d/99-zzz-40-wlanInterfaces.rules"; text = let # Collect all interfaces that are defined for a device -- cgit 1.4.1