about summary refs log tree commit diff
path: root/hardware/laptop
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hardware/laptop/disks.nix2
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" = {