examples/vm-config: fix syntax error
This commit is contained in:
parent
a1a27857e7
commit
4bb95d1e29
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user