examples/vm-config: fix syntax error

This commit is contained in:
Erik Arvstedt 2022-11-04 00:33:53 +01:00 committed by Greg Shuflin
parent a1a27857e7
commit 4bb95d1e29
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Disable the hardened preset to improve VM performance
disabledModules = [ <nix-bitcoin/modules/presets/hardened.nix> ];
imports = [ (modulesPath + "/virtualisation/qemu-vm.nix" ];
imports = [ (modulesPath + "/virtualisation/qemu-vm.nix") ];
config = {
virtualisation.graphics = false;