virtualbox working
This commit is contained in:
parent
f6557934ac
commit
537938e407
3 changed files with 2 additions and 4 deletions
|
@ -42,6 +42,7 @@
|
|||
../zerotier.nix
|
||||
../gnome/system.nix
|
||||
../distributed-builds.nix
|
||||
../virtualbox.nix
|
||||
];
|
||||
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -2,8 +2,5 @@
|
|||
{
|
||||
virtualisation.virtualbox.host = {
|
||||
enable = true;
|
||||
enableExtensionPack = true;
|
||||
enableHardening = true;
|
||||
package = pkgs.unstable.virtualbox.override { enable32bitGuests = false; };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue