tv: only xu is a virtualbox host

This commit is contained in:
tv 2017-08-01 20:07:17 +02:00
parent fc59b6c395
commit f51f58f5ed
3 changed files with 2 additions and 6 deletions

View File

@ -169,6 +169,4 @@ with import <stockholm/lib>;
KERNEL=="rtc0", GROUP="audio"
KERNEL=="hpet", GROUP="audio"
'';
virtualisation.virtualbox.host.enable = true;
}

View File

@ -167,9 +167,9 @@ with import <stockholm/lib>;
#services.bitlbee.enable = true;
#services.tor.client.enable = true;
#services.tor.enable = true;
#services.virtualboxHost.enable = true;
# The NixOS release to be compatible with for stateful data such as databases.
system.stateVersion = "15.09";
virtualisation.virtualbox.host.enable = true;
}

View File

@ -162,8 +162,6 @@ with import <stockholm/lib>;
#services.bitlbee.enable = true;
#services.tor.client.enable = true;
#services.tor.enable = true;
#services.virtualboxHost.enable = true;
# The NixOS release to be compatible with for stateful data such as databases.
system.stateVersion = "15.09";