diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 16:56:18 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 16:56:18 +0200 |
| commit | ebecbac89850ce1d04df60c3328d5c9d3dcb0f9e (patch) | |
| tree | 7d95a7737ec694f118775dae5c50676968b88598 /hel | |
| parent | ccf270f5a37d862587e3218671a2f654f7429da0 (diff) | |
| download | nixos-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')
| -rw-r--r-- | hel/boot.nix | 2 |
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 | } |
