diff options
Diffstat (limited to 'hardware/laptop/disks.nix')
-rw-r--r-- | hardware/laptop/disks.nix | 1 |
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" = { |