boron: bump tmpfs to 100% of RAM
All checks were successful
flake / flake (push) Successful in 1m18s

This commit is contained in:
Jake Hillion 2024-08-31 22:04:38 +01:00
parent 2f3a33ad8e
commit df31ebebf8

View File

@ -18,7 +18,7 @@
{ {
device = "tmpfs"; device = "tmpfs";
fsType = "tmpfs"; fsType = "tmpfs";
options = [ "mode=0755" ]; options = [ "mode=0755" "size=100%" ];
}; };
fileSystems."/boot" = fileSystems."/boot" =