examples/vm-config: fix syntax error
This commit is contained in:
parent
565deb770a
commit
1b5e51b7fe
@ -3,7 +3,7 @@
|
|||||||
# Disable the hardened preset to improve VM performance
|
# Disable the hardened preset to improve VM performance
|
||||||
disabledModules = [ <nix-bitcoin/modules/presets/hardened.nix> ];
|
disabledModules = [ <nix-bitcoin/modules/presets/hardened.nix> ];
|
||||||
|
|
||||||
imports = [ (modulesPath + "/virtualisation/qemu-vm.nix" ];
|
imports = [ (modulesPath + "/virtualisation/qemu-vm.nix") ];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
virtualisation.graphics = false;
|
virtualisation.graphics = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user