diff --git a/machines/servo/fs.nix b/machines/servo/fs.nix index d8c26e5a..09d2e07d 100644 --- a/machines/servo/fs.nix +++ b/machines/servo/fs.nix @@ -16,7 +16,7 @@ device = "none"; fsType = "tmpfs"; options = [ - "size=16G" + "size=40G" "mode=777" "defaults" ];