diff --git a/examples/qemu-vm/vm-config.nix b/examples/qemu-vm/vm-config.nix index b3cd0d3..0091d8d 100644 --- a/examples/qemu-vm/vm-config.nix +++ b/examples/qemu-vm/vm-config.nix @@ -3,7 +3,7 @@ # Disable the hardened preset to improve VM performance disabledModules = [ ]; - imports = [ (modulesPath + "/virtualisation/qemu-vm.nix" ]; + imports = [ (modulesPath + "/virtualisation/qemu-vm.nix") ]; config = { virtualisation.graphics = false;