virtualbox working

This commit is contained in:
Cyryl Płotnicki 2020-05-16 21:11:15 +01:00
parent f6557934ac
commit 537938e407
3 changed files with 2 additions and 4 deletions

View file

@ -42,6 +42,7 @@
../zerotier.nix
../gnome/system.nix
../distributed-builds.nix
../virtualbox.nix
];

View file

@ -26,7 +26,7 @@ in
environment.enableDebugInfo = true;
environment.systemPackages = with pkgs; [
wget git gnupg curl tmux glances htop atop firefox home-manager alacritty pciutils powertop ripgrep-all fd dnsutils
wget git gnupg curl tmux htop atop firefox home-manager alacritty pciutils powertop ripgrep-all fd dnsutils
];
i18n.defaultLocale = "en_GB.UTF-8";

View file

@ -2,8 +2,5 @@
{
virtualisation.virtualbox.host = {
enable = true;
enableExtensionPack = true;
enableHardening = true;
package = pkgs.unstable.virtualbox.override { enable32bitGuests = false; };
};
}