summaryrefslogtreecommitdiff
path: root/hel/boot.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-13 16:56:18 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-13 16:56:18 +0200
commitebecbac89850ce1d04df60c3328d5c9d3dcb0f9e (patch)
tree7d95a7737ec694f118775dae5c50676968b88598 /hel/boot.nix
parentccf270f5a37d862587e3218671a2f654f7429da0 (diff)
downloadnixos-ebecbac89850ce1d04df60c3328d5c9d3dcb0f9e.tar
nixos-ebecbac89850ce1d04df60c3328d5c9d3dcb0f9e.tar.gz
nixos-ebecbac89850ce1d04df60c3328d5c9d3dcb0f9e.tar.bz2
nixos-ebecbac89850ce1d04df60c3328d5c9d3dcb0f9e.tar.xz
nixos-ebecbac89850ce1d04df60c3328d5c9d3dcb0f9e.zip
fixed /tmp issues on Hel
Diffstat (limited to 'hel/boot.nix')
-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}