nrec-nixos01: import qemu-guest profile for virtio modules
Some checks failed
Run nix flake check / flake-check (push) Failing after 6m6s

The initrd was missing virtio drivers, preventing the root
filesystem from being detected during boot.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 14:31:09 +01:00
parent 0941bd52f5
commit 822380695e

View File

@@ -1,7 +1,8 @@
{ ... }:
{ modulesPath, ... }:
{
imports = [
./configuration.nix
../../system/packages.nix
(modulesPath + "/profiles/qemu-guest.nix")
];
}