From 604f48e7d3891a06812473ade114dcb54fdd24ff Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 6 Feb 2026 22:07:21 +0100 Subject: [PATCH] Yeah, I forgot that virtualization qemu does not exist anymore. --- nix-system-configs/modules/bootloader/seabios.nix | 1 - 1 file changed, 1 deletion(-) 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; }