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/1systems/cd.nix | |
parent | b3a481e0b9462bdb4ed92bfc27b2cbf723a8ec30 (diff) |
tv retiolum: init
Diffstat (limited to 'tv/1systems/cd.nix')
-rw-r--r-- | tv/1systems/cd.nix | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index b69d7655a..da44f5077 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -17,6 +17,7 @@ with lib; #../2configs/consul-server.nix ../2configs/exim-smarthost.nix ../2configs/git.nix + ../2configs/retiolum.nix ../2configs/urlwatch.nix { imports = [ ../2configs/charybdis.nix ]; @@ -77,16 +78,6 @@ with lib; ''); }; } - { - krebs.retiolum = { - enable = true; - connectTo = [ - "fastpoke" - "pigstarter" - "ire" - ]; - }; - } ]; networking.interfaces.enp2s1.ip4 = [ |