diff options
Diffstat (limited to 'tv/2configs/default.nix')
-rw-r--r-- | tv/2configs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 834a89083..c58525e98 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; |