Skip to content

Commit

Permalink
flake: nit todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Sep 3, 2024
1 parent 27fc6b7 commit f4fa9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
virtualisation.mountHostNixStore = true;

virtualisation.memorySize = 4096;
# TODO: below options can be removed once NixOS/nixpkgs#279009 is merged
# TODO: below option can be removed once NixOS/nixpkgs#279009 is merged
virtualisation.qemu.options = [ "-vga none" "-device virtio-gpu-gl-pci" "-display default,gl=on" ];

virtualisation.forwardPorts = [
Expand Down

0 comments on commit f4fa9b8

Please sign in to comment.