summaryrefslogtreecommitdiffstats
path: root/tv/2configs/default.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-08-01 22:32:14 +0200
committertv <tv@krebsco.de>2017-08-01 22:39:47 +0200
commit0b4d3edff8f3e0e33756355f1b3121cf311bafdb (patch)
tree5320efe7f63ef25de25c8e2fdf95058b176eb4df /tv/2configs/default.nix
parent24a515c4a0069828bc84ac60d239f88f9b637524 (diff)
tv: boot.tmpOnTmpfs = true
Diffstat (limited to 'tv/2configs/default.nix')
-rw-r--r--tv/2configs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix
index 834a8908..c58525e9 100644
--- a/tv/2configs/default.nix
+++ b/tv/2configs/default.nix
@@ -4,6 +4,8 @@ with import <stockholm/lib>;
then "buildbot"
else "tv";
in {
+ boot.tmpOnTmpfs = true;
+
krebs.enable = true;
krebs.build.user = config.krebs.users.tv;