From f266d1b0d7c2f9c5c285af539fefe8d5ac96c479 Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 12 Mar 2023 15:04:29 +0200 Subject: fix tmpfs root permissions --- hosts/laptop/cfg.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix index 28b062d..32f60fe 100644 --- a/hosts/laptop/cfg.nix +++ b/hosts/laptop/cfg.nix @@ -60,6 +60,7 @@ fileSystems."/" = { device = "none"; fsType = "tmpfs"; + options = ["noexec" "defaults" "size=2G" "mode=755"]; }; fileSystems."/boot" = { -- cgit 1.4.1