diff options
Diffstat (limited to '')
-rw-r--r-- | hardware/chromebook/disks.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardware/chromebook/disks.nix b/hardware/chromebook/disks.nix index ad0e014..5bbbb21 100644 --- a/hardware/chromebook/disks.nix +++ b/hardware/chromebook/disks.nix @@ -70,6 +70,7 @@ in fileSystems."/" = { device = "none"; fsType = "tmpfs"; + options = [ "defaults" "mode=755" "size=512M" ]; }; boot.initrd.luks.devices."encrypted_boot" = { |