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/laptop/disks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardware/laptop') 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" = { -- cgit 1.4.1