about summary refs log tree commit diff
path: root/hardware/laptop/disks.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hardware/laptop/disks.nix')
-rw-r--r--hardware/laptop/disks.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hardware/laptop/disks.nix b/hardware/laptop/disks.nix
index 07618df..b04468a 100644
--- a/hardware/laptop/disks.nix
+++ b/hardware/laptop/disks.nix
@@ -15,6 +15,7 @@
   fileSystems."/" = {
     device = "none";
     fsType = "tmpfs";
+    options = [ "defaults" "mode=755" "size=512M" ];
   };
 
   fileSystems."/boot" = {