diff options
author | tv <tv@krebsco.de> | 2020-12-30 11:26:59 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-12-30 11:57:18 +0100 |
commit | 26b24a49581d1c753ab2bf8fcd0957f61a49dcbb (patch) | |
tree | 2e128972df53927830c881003b9ff3cf7858538e | |
parent | 642795daec7b100d94776be4ca5cda1d7d0edb43 (diff) |
tv xu: disable virtualbox
-rw-r--r-- | tv/1systems/xu/config.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index 86c2b13e5..90d90ef3f 100644 --- a/tv/1systems/xu/config.nix +++ b/tv/1systems/xu/config.nix @@ -151,6 +151,4 @@ with import <stockholm/lib>; # The NixOS release to be compatible with for stateful data such as databases. system.stateVersion = "15.09"; - - virtualisation.virtualbox.host.enable = true; } |