summaryrefslogtreecommitdiffstats
path: root/tv/2configs
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
commit2c19c6e3efafc3fd42ac4d77a8978d184bb277d0 (patch)
treef1eeb3c749818043c792fd5ea4e5dd2e676b1ca4 /tv/2configs
parent114583d75f53d3e962d716a71038fdd1dfb8cec2 (diff)
tv: boot.tmpOnTmpfs = true
Diffstat (limited to 'tv/2configs')
-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 834a890..c58525e 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;