aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/services/hardware/udev.nix
diff options
context:
space:
mode:
authorTino Breddin <tino@daogames.com>2014-11-30 10:37:18 +0100
committerLuca Bruno <lucabru@src.gnome.org>2014-12-05 17:32:36 +0100
commitee0f81de5ef04d8ef54041e022c25f820bbb7bc1 (patch)
tree39af81592ef4b5080b2c2530ea615512490b71e1 /nixos/modules/services/hardware/udev.nix
parente5d92d45b7917350e6f2f262f9871c5d46f7719e (diff)
Fix filename for udev network interface rules
From http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ You disable the assignment of fixed names, so that the unpredictable kernel names are used again. For this, simply mask udev's rule file for the default policy: ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules (since v209: this file was called 80-net-name-slot.rules in release v197 through v208)
Diffstat (limited to '')
-rw-r--r--nixos/modules/services/hardware/udev.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/udev.nix b/nixos/modules/services/hardware/udev.nix
index 2a6f4cfb4e37..39180f4d37ec 100644
--- a/nixos/modules/services/hardware/udev.nix
+++ b/nixos/modules/services/hardware/udev.nix
@@ -88,7 +88,7 @@ let
done
${optionalString config.networking.usePredictableInterfaceNames ''
- cp ${./80-net-name-slot.rules} $out/80-net-name-slot.rules
+ cp ${./80-net-setup-link.rules} $out/80-net-setup-link.rules
''}
# If auto-configuration is disabled, then remove