n/khas: disable elementVm; didn't work anyway

main
Robert Gerus 2023-11-27 17:36:50 +01:00 committed by Ari Gato
parent 130675bb0a
commit 049dff1afa
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
# disabling transparent hugepages should fix it # disabling transparent hugepages should fix it
nixpkgs.overlays = [ inputs.microvm.overlay ]; nixpkgs.overlays = [ inputs.microvm.overlay ];
microvm.vms = { microvm.vms = {
elementVm = { config = import ../../microvms/elementVm.nix; }; # elementVm = { config = import ../../microvms/elementVm.nix; };
}; };
age.secrets.ar-password.file = ../../secrets/khas-ar.age; age.secrets.ar-password.file = ../../secrets/khas-ar.age;