summaryrefslogtreecommitdiffstats
path: root/tv/1systems/wu.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-13 18:15:59 +0100
committertv <tv@krebsco.de>2016-02-13 18:15:59 +0100
commitbc73780b06d5841cf49d2696911f9733330f00d9 (patch)
treedb187e78c7738afe3cf0fe2ff859d0bc6727c516 /tv/1systems/wu.nix
parent7bc891476d143f03185b5d948d92599a20adc385 (diff)
tv: lol libvirt
Diffstat (limited to 'tv/1systems/wu.nix')
-rw-r--r--tv/1systems/wu.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix
index 4ed13a0e..0184ed99 100644
--- a/tv/1systems/wu.nix
+++ b/tv/1systems/wu.nix
@@ -191,8 +191,6 @@ with lib;
"d /tmp 1777 root root - -" # does this work with mounted /tmp?
];
- virtualisation.libvirtd.enable = true;
-
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"
@@ -211,5 +209,4 @@ with lib;
services.tor.client.enable = true;
services.tor.enable = true;
services.virtualboxHost.enable = true;
-
}