summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-01 17:32:04 +0100
committertv <tv@krebsco.de>2016-02-01 17:32:04 +0100
commit821a650575d6260334cf1beb5ec1de27634075d1 (patch)
treecbdd31068cd0d6b28a41da715333d8dd117d15f6 /tv/2configs
parentcaf6c841d4de0184e29b0523dbee169cbadc03d3 (diff)
tv retiolum: init
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/retiolum.nix16
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"
+ ];
+ };
+}