mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/qemu-vm: set permissions for tmpfs root (#363628)
This commit is contained in:
commit
fe6b667206
1 changed files with 1 additions and 0 deletions
|
@ -1314,6 +1314,7 @@ in
|
|||
{
|
||||
device = "tmpfs";
|
||||
fsType = "tmpfs";
|
||||
options = [ "mode=755" ];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue