nixos/qemu-vm: set permissions for tmpfs root (#363628)

This commit is contained in:
Christian Kögler
2025-01-01 21:03:57 +01:00
committed by GitHub

View File

@@ -1314,6 +1314,7 @@ in
{
device = "tmpfs";
fsType = "tmpfs";
options = [ "mode=755" ];
}
else
{