nixos: cleaner import of qemu-quest module
This commit is contained in:
parent
0de194df16
commit
e1a10f9971
|
@ -3,11 +3,12 @@
|
|||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
# Import the NixOS Qemu guest settings
|
||||
<nixpkgs/nixos/modules/profiles/qemu-guest.nix>
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = ["virtio_pci" "ahci" "sd_mod"];
|
||||
|
|
Loading…
Reference in a new issue