summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosts/laptop/cfg.nix1
1 files changed, 1 insertions, 0 deletions
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" = {