summary refs log tree commit diff
path: root/nixos/modules/tasks/network-interfaces.nix
diff options
context:
space:
mode:
authorThomas Strobel <ts468@cam.ac.uk>2015-10-06 18:45:50 +0200
committerThomas Strobel <ts468@cam.ac.uk>2015-10-06 20:12:39 +0200
commitacb1b3cdd006f1396221262325586e6faa724dff (patch)
tree0ff03f3956ed73981ca35b69c9febd7dd50f0004 /nixos/modules/tasks/network-interfaces.nix
parent881ec1efb840dd1c62b89588d67f6e2822791759 (diff)
downloadnixpkgs-acb1b3cdd006f1396221262325586e6faa724dff.tar
nixpkgs-acb1b3cdd006f1396221262325586e6faa724dff.tar.gz
nixpkgs-acb1b3cdd006f1396221262325586e6faa724dff.tar.bz2
nixpkgs-acb1b3cdd006f1396221262325586e6faa724dff.tar.lz
nixpkgs-acb1b3cdd006f1396221262325586e6faa724dff.tar.xz
nixpkgs-acb1b3cdd006f1396221262325586e6faa724dff.tar.zst
nixpkgs-acb1b3cdd006f1396221262325586e6faa724dff.zip
networking module: wlanInterfaces: fix file name of udev rules
Diffstat (limited to 'nixos/modules/tasks/network-interfaces.nix')
-rw-r--r--nixos/modules/tasks/network-interfaces.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/tasks/network-interfaces.nix b/nixos/modules/tasks/network-interfaces.nix
index 92151b00b06..2d6522a1bf9 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