From e75d51a166ee6bea65b122c9dd21328df1c06d7b Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Mon, 24 Nov 2025 23:18:32 +0100 Subject: [PATCH] Remove obsolete option The 'virtualisation.libvirtd.qemu.ovmf' submodule has been removed. All OVMF images distributed with QEMU are now available by default. --- modules/libvirt.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/libvirt.nix b/modules/libvirt.nix index b93f8c8..e398bfe 100644 --- a/modules/libvirt.nix +++ b/modules/libvirt.nix @@ -17,7 +17,6 @@ in virtualisation = { libvirtd = { enable = true; - qemu.ovmf.enable = true; # start: starts all guests that were running prior to shutdown # ignore: only start guests which are marked as autostart