add size limitation

This commit is contained in:
陈浩南 2023-06-17 00:17:48 +08:00
parent a3d2a6b0a4
commit 9215cff1e2

View File

@ -7,7 +7,7 @@
{ {
device = "tmpfs"; device = "tmpfs";
fsType = "tmpfs"; fsType = "tmpfs";
options = [ "relatime" "mode=755" ]; options = [ "size=1G" "relatime" "mode=755" ];
}; };
"/nix" = "/nix" =
{ {