Merge pull request #186626 from hercules-ci/fix-qemu-vm-writableStore-warning-message

nixos/qemu-vm: Fix warning message
main
Robert Hensing 2 years ago committed by GitHub
commit 44be78ef91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nixos/modules/virtualisation/qemu-vm.nix

@ -783,7 +783,7 @@ in
for more frequent garbage collection.
If you really need this combination, you can set ${opt.writableStore}
explicitly to false, incur the cost and make this warning go away.
explicitly to true, incur the cost and make this warning go away.
Otherwise, we recommend
${opt.writableStore} = false;

Loading…
Cancel
Save