diff options
author | tv <tv@krebsco.de> | 2017-08-01 22:34:14 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-01 22:39:47 +0200 |
commit | f58b49aa82769b4f3eca5ee0e63de407224c7dd9 (patch) | |
tree | cc7d3852443c79d1ec716e638ce5b146b89721e0 /tv/2configs | |
parent | 0b4d3edff8f3e0e33756355f1b3121cf311bafdb (diff) |
tv config: drop unused "builder" variable
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/default.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index c58525e98..730b055a2 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -1,9 +1,6 @@ with import <stockholm/lib>; -{ config, lib, pkgs, ... }: let - builder = if getEnv "dummy_secrets" == "true" - then "buildbot" - else "tv"; -in { +{ config, pkgs, ... }: { + boot.tmpOnTmpfs = true; krebs.enable = true; |