fix size and permissions of root

This commit is contained in:
Christoph Cullmann 2023-06-09 22:21:52 +02:00
parent 02b2fd3a7b
commit 8ea423db3b
3 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@
fileSystems."/" =
{ device = "none";
fsType = "tmpfs";
options = [ "defaults" "size=8G" "mode=755" ];
};
fileSystems."/boot" =

View file

@ -16,6 +16,7 @@
fileSystems."/" =
{ device = "none";
fsType = "tmpfs";
options = [ "defaults" "size=8G" "mode=755" ];
};
fileSystems."/boot" =

View file

@ -16,6 +16,7 @@
fileSystems."/" =
{ device = "none";
fsType = "tmpfs";
options = [ "defaults" "size=8G" "mode=755" ];
};
fileSystems."/boot" =