diff options
author | tv <tv@krebsco.de> | 2016-02-01 17:32:04 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-01 17:32:04 +0100 |
commit | d6ded00d012d4fb2a2a0a824604b25dac35ee349 (patch) | |
tree | dc7e5e206cfa42cda052927e85ef59f1e9323da1 /tv/2configs | |
parent | b3a481e0b9462bdb4ed92bfc27b2cbf723a8ec30 (diff) |
tv retiolum: init
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/retiolum.nix | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tv/2configs/retiolum.nix b/tv/2configs/retiolum.nix new file mode 100644 index 000000000..91fe81d69 --- /dev/null +++ b/tv/2configs/retiolum.nix @@ -0,0 +1,16 @@ +{ config, lib, ... }: + +with lib; + +{ + krebs.retiolum = { + enable = true; + connectTo = filter (ne config.krebs.build.host.name) [ + "gum" + "prism" + "echelon" + "cd" + "ire" + ]; + }; +} |