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 | 821a650575d6260334cf1beb5ec1de27634075d1 (patch) | |
tree | cbdd31068cd0d6b28a41da715333d8dd117d15f6 /tv/2configs/retiolum.nix | |
parent | caf6c841d4de0184e29b0523dbee169cbadc03d3 (diff) |
tv retiolum: init
Diffstat (limited to 'tv/2configs/retiolum.nix')
-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 0000000..91fe81d --- /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" + ]; + }; +} |