diff options
Diffstat (limited to 'hardware/laptop')
-rw-r--r-- | hardware/laptop/disks.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardware/laptop/disks.nix b/hardware/laptop/disks.nix index b04468a..c2487e9 100644 --- a/hardware/laptop/disks.nix +++ b/hardware/laptop/disks.nix @@ -15,7 +15,7 @@ fileSystems."/" = { device = "none"; fsType = "tmpfs"; - options = [ "defaults" "mode=755" "size=512M" ]; + options = [ "defaults" "mode=755" ]; }; fileSystems."/boot" = { |