summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel/boot.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel/boot.nix b/hel/boot.nix
index d3a26d25..ddf84e86 100644
--- a/hel/boot.nix
+++ b/hel/boot.nix
@@ -8,5 +8,7 @@
8 gummiboot.enable = true; 8 gummiboot.enable = true;
9 efi.canTouchEfiVariables = true; 9 efi.canTouchEfiVariables = true;
10 }; 10 };
11
12 tmpOnTmpfs = true;
11 }; 13 };
12} 14}