diff options
author | tv <tv@krebsco.de> | 2015-10-09 13:31:21 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-10-09 13:31:21 +0200 |
commit | 6396bf41febce4bd190645f84831b7661dfef8ae (patch) | |
tree | 001a23e8059d5018f33132f439190d33f8e7eba7 | |
parent | d9dbb5cc2cd3ad44466dd5af64af807e28233b9d (diff) |
tv urlwatch: wu -> cd
-rw-r--r-- | tv/1systems/cd.nix | 1 | ||||
-rw-r--r-- | tv/1systems/wu.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index 4f66b35..4f19609 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -30,6 +30,7 @@ with lib; #../2configs/consul-server.nix ../2configs/exim-smarthost.nix ../2configs/git.nix + ../2configs/urlwatch.nix { imports = [ ../2configs/charybdis.nix ]; tv.charybdis = { diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index e54aed0..0ef846f 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -32,7 +32,6 @@ with lib; ../2configs/xserver.nix ../2configs/synaptics.nix # TODO w110er if xserver is enabled ../2configs/test.nix - ../2configs/urlwatch.nix { environment.systemPackages = with pkgs; [ |