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)

authored by Tino Breddin and committed by Luca Bruno ee0f81de e5d92d45

+1 -1
nixos/modules/services/hardware/80-net-name-slot.rules nixos/modules/services/hardware/80-net-setup-link.rules
+1 -1
nixos/modules/services/hardware/udev.nix
··· 88 done 89 90 ${optionalString config.networking.usePredictableInterfaceNames '' 91 - cp ${./80-net-name-slot.rules} $out/80-net-name-slot.rules 92 ''} 93 94 # If auto-configuration is disabled, then remove
··· 88 done 89 90 ${optionalString config.networking.usePredictableInterfaceNames '' 91 + cp ${./80-net-setup-link.rules} $out/80-net-setup-link.rules 92 ''} 93 94 # If auto-configuration is disabled, then remove