From 48c074f1f42b622fee8acdd9e733e63e058c9144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sat, 25 May 2024 19:43:52 -0300 Subject: [PATCH] monolith: disable virtualbox while it's borked --- hosts/monolith.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/monolith.nix b/hosts/monolith.nix index 39ba16f..c447c45 100644 --- a/hosts/monolith.nix +++ b/hosts/monolith.nix @@ -55,8 +55,6 @@ in }; }; - virtualisation.virtualbox.host.enable = true; - fileSystems."/" = { device = "/dev/disk/by-label/BTRFS_ROOT"; fsType = "btrfs";