diff --git a/nix-system-configs/modules/bootloader/seabios.nix b/nix-system-configs/modules/bootloader/seabios.nix index aec53e7..e38fabb 100644 --- a/nix-system-configs/modules/bootloader/seabios.nix +++ b/nix-system-configs/modules/bootloader/seabios.nix @@ -19,5 +19,4 @@ fsType = "ext4"; # Use "btrfs" or "xfs" if you formatted it differently }; - virtualisation.qemu.enable = true; }