diff options
author | tv <tv@krebsco.de> | 2017-08-02 02:13:57 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-02 02:59:01 +0200 |
commit | f607ba46109e11466988b980ff36e395aa0c4049 (patch) | |
tree | f09a75cb34cad80cbf3fd28207d080519d6589ad /tv/1systems | |
parent | 26b88c04c59ed05ae29b9a65563322aa01527b96 (diff) |
tv mu: drop udev extraRules
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/mu/config.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 32143f37c..42fcfdb29 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -12,16 +12,6 @@ with import <stockholm/lib>; krebs.build.host = config.krebs.hosts.mu; krebs.build.user = mkForce config.krebs.users.vv; - services.udev.extraRules = '' - SUBSYSTEM=="net", ATTR{address}=="00:90:f5:da:aa:c3", NAME="en0" - SUBSYSTEM=="net", ATTR{address}=="a0:88:b4:1b:ae:6c", NAME="wl0" - - # for jack - KERNEL=="rtc0", GROUP="audio" - KERNEL=="hpet", GROUP="audio" - ''; - - # hardware configuration boot.initrd.luks.devices = [ { name = "vgmu1"; device = "/dev/sda2"; } |