lib needed up there

This commit is contained in:
Lillian-Violet 2023-11-21 15:05:37 +01:00
parent c43d75996e
commit 0ecbdc3d10

View file

@ -1,4 +1,10 @@
{modulesPath, ...}: {
{
config,
lib,
pkgs,
modulesPath,
...
}: {
imports = [(modulesPath + "/profiles/qemu-guest.nix")];
boot.loader.grub.device = "/dev/sda";
boot.initrd.availableKernelModules = ["ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi"];