diff options
author | tv <tv@krebsco.de> | 2017-08-01 20:09:48 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-01 20:09:48 +0200 |
commit | 11a65914542870cf5326ea602926b55553362b17 (patch) | |
tree | f22935c4000ad3f92b30554b164e420108e8ac54 /tv/1systems/zu | |
parent | f51f58f5ede75767b27354646d055649d7e37d82 (diff) |
tv zu: drop test secret-file
Diffstat (limited to 'tv/1systems/zu')
-rw-r--r-- | tv/1systems/zu/config.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tv/1systems/zu/config.nix b/tv/1systems/zu/config.nix index 8eb64a27b..272fba880 100644 --- a/tv/1systems/zu/config.nix +++ b/tv/1systems/zu/config.nix @@ -6,12 +6,6 @@ with import <stockholm/lib>; krebs.build.host = config.krebs.hosts.zu; imports = [ - { - options.tv.test.sercret-file = mkOption { - type = types.secret-file; - default = {}; - }; - } <stockholm/tv> <stockholm/tv/2configs/hw/x220.nix> <stockholm/tv/2configs/exim-retiolum.nix> |