nixpkgs/nixos
Jörg Thalheim 71cce26342 nixos/udev: fix outdated udev rules for network devices
Udev changed its internal naming, so this rule file no longer applied correctly.
Therefore some properties such as network driver no longer matched in
systemd-networkd.

After updating we have more properties in systemd-networkd:

$ sudo networkctl status wlp3s0
...
   Driver: iwlwifi
...

To prevent this in future, the file is no copied from systemd directly
2018-01-08 16:59:33 +01:00
..
doc/manual nixos/dnscrypt-proxy: remove 2018-01-07 17:00:32 +01:00
lib Merge pull request #32845 from Ma27/test-driver/allow-user-units 2018-01-04 09:40:41 +01:00
maintainers create-amis.sh: Ass eu-west-3 2017-12-20 16:35:22 +01:00
modules nixos/udev: fix outdated udev rules for network devices 2018-01-08 16:59:33 +01:00
tests nixos/dnscrypt-proxy: remove 2018-01-07 17:00:32 +01:00
COPYING
default.nix Remove nixFallback 2017-03-06 15:54:50 +01:00
README
release-combined.nix Merge pull request #31805 from gleber/make-switch-to-configuration-pure 2017-11-19 19:03:52 +00:00
release-small.nix php: pcre test blocks -small channels as well 2017-11-12 11:03:54 +01:00
release.nix nixos/dnscrypt-proxy: remove 2018-01-07 17:00:32 +01:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.