diff options
author | tv <tv@krebsco.de> | 2017-08-01 20:07:17 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-01 20:07:17 +0200 |
commit | 1a7e9622f2c0ce57064e6c965a9b50d08207c6c5 (patch) | |
tree | d9ce2d1b46b20c071afa0c07d8a79f33c0fbd18d /tv | |
parent | d733843003339e4bf22da531fed1031e6bc37a1a (diff) |
tv: only xu is a virtualbox host
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/wu/config.nix | 2 | ||||
-rw-r--r-- | tv/1systems/xu/config.nix | 4 | ||||
-rw-r--r-- | tv/1systems/zu/config.nix | 2 |
3 files changed, 2 insertions, 6 deletions
diff --git a/tv/1systems/wu/config.nix b/tv/1systems/wu/config.nix index 1e28cc7..9767f46 100644 --- a/tv/1systems/wu/config.nix +++ b/tv/1systems/wu/config.nix @@ -169,6 +169,4 @@ with import <stockholm/lib>; KERNEL=="rtc0", GROUP="audio" KERNEL=="hpet", GROUP="audio" ''; - - virtualisation.virtualbox.host.enable = true; } diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index e7516a4..2c5e827 100644 --- a/tv/1systems/xu/config.nix +++ b/tv/1systems/xu/config.nix @@ -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; } diff --git a/tv/1systems/zu/config.nix b/tv/1systems/zu/config.nix index d2aab8c..8eb64a2 100644 --- a/tv/1systems/zu/config.nix +++ b/tv/1systems/zu/config.nix @@ -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"; |