From 6ca37e3d0351c1d729474665603fa8321d2d4268 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 25 Sep 2022 13:25:57 +0200 Subject: Hardware: / tfmps mount: Mount with 755 perms --- hardware/laptop/disks.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hardware/laptop/disks.nix') 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" = { -- cgit 1.4.1