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
commit fe6b667206
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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