From 9f89d276ed49344fda8ec286873507e7364a5ccb Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Wed, 4 Mar 2020 19:40:19 +0100 Subject: [PATCH] feat: remove virtualbox --- work-pc.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/work-pc.nix b/work-pc.nix index 4924d39..ede28c4 100644 --- a/work-pc.nix +++ b/work-pc.nix @@ -20,8 +20,6 @@ networking.hostName = "pilot1-nixos"; # Define your hostname. - virtualisation.virtualbox.host.enable = true; - hardware.enableAllFirmware = true; hardware.cpu.intel.updateMicrocode = true; hardware.logitech.enable = true;