diff options
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 c58525e..730b055 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; | 
