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>
9 lines
146 B
Nix
9 lines
146 B
Nix
{ modulesPath, ... }:
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
../../system/packages.nix
|
|
(modulesPath + "/profiles/qemu-guest.nix")
|
|
];
|
|
}
|