summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tv/1systems/wu.nix3
-rw-r--r--tv/1systems/xu.nix2
2 files changed, 0 insertions, 5 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;
-
}
diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix
index 6f882cd4..098d5ffa 100644
--- a/tv/1systems/xu.nix
+++ b/tv/1systems/xu.nix
@@ -189,8 +189,6 @@ with lib;
"d /tmp 1777 root root - -" # does this work with mounted /tmp?
];
- #virtualisation.libvirtd.enable = true;
-
#services.bitlbee.enable = true;
#services.tor.client.enable = true;
#services.tor.enable = true;