From 7b0fc135fd47dc760cc27c082149d438f97816fa Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 26 Sep 2022 01:59:51 +0200 Subject: Hardware: Remove tmpfs / size --- hardware/chromebook/disks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardware/chromebook/disks.nix') diff --git a/hardware/chromebook/disks.nix b/hardware/chromebook/disks.nix index 5bbbb21..865fd4d 100644 --- a/hardware/chromebook/disks.nix +++ b/hardware/chromebook/disks.nix @@ -70,7 +70,7 @@ in fileSystems."/" = { device = "none"; fsType = "tmpfs"; - options = [ "defaults" "mode=755" "size=512M" ]; + options = [ "defaults" "mode=755" ]; }; boot.initrd.luks.devices."encrypted_boot" = { -- cgit 1.4.1