diff --git a/modules/virtualisation/qemu-vm.nix b/modules/virtualisation/qemu-vm.nix index a17e167cb46a..4152aeeaeb56 100644 --- a/modules/virtualisation/qemu-vm.nix +++ b/modules/virtualisation/qemu-vm.nix @@ -163,7 +163,7 @@ in { mountPoint = "/hostfs"; device = "//10.0.2.4/qemu"; fsType = "cifs"; - options = "guest,username=nobody,noperm"; + options = "guest,username=nobody,noperm,noacl"; neededForBoot = true; } { mountPoint = "/nix/store";