Skip to content

Commit

Permalink
feat(cache): disable graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Dec 19, 2023
1 parent 85d0261 commit 842c018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machines/cache/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rec {
format = "raw-efi";
};

cache-vm = mkVirtualMachine cache-efi "cache" "";
cache-vm = mkVirtualMachine cache-efi "cache" "--nographic";

cache-kvm = mkVirtualMachine cache-efi "cache" "--enable-kvm";
cache-kvm = mkVirtualMachine cache-efi "cache" "--nographic --enable-kvm";
}

0 comments on commit 842c018

Please sign in to comment.