diff --git a/modules/virtualisation/qemu-vm.nix b/modules/virtualisation/qemu-vm.nix index 73d527a91ca..3d3b241ed73 100644 --- a/modules/virtualisation/qemu-vm.nix +++ b/modules/virtualisation/qemu-vm.nix @@ -219,7 +219,7 @@ in { mountPoint = "/hostfs"; device = "//10.0.2.4/qemu"; fsType = "cifs"; - options = "guest,username=nobody,noperm,noacl"; + options = "guest,sec=none,noperm,noacl"; neededForBoot = true; } { mountPoint = "/nix/store";