diff --git a/hardware/linode_vm.nix b/hardware/linode_vm.nix index cdedb20..38719ef 100644 --- a/hardware/linode_vm.nix +++ b/hardware/linode_vm.nix @@ -3,11 +3,12 @@ config, pkgs, lib, + modulesPath, ... }: { imports = [ # Import the NixOS Qemu guest settings - + (modulesPath + "/profiles/qemu-guest.nix") ]; boot.initrd.availableKernelModules = ["virtio_pci" "ahci" "sd_mod"];