boron: bump tmpfs to 100% of RAM
All checks were successful
flake / flake (push) Successful in 1m18s
All checks were successful
flake / flake (push) Successful in 1m18s
This commit is contained in:
parent
2f3a33ad8e
commit
df31ebebf8
@ -18,7 +18,7 @@
|
||||
{
|
||||
device = "tmpfs";
|
||||
fsType = "tmpfs";
|
||||
options = [ "mode=0755" ];
|
||||
options = [ "mode=0755" "size=100%" ];
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
|
Loading…
Reference in New Issue
Block a user