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;