diff options
author | tv <tv@shackspace.de> | 2015-10-09 13:31:21 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-09 13:31:21 +0200 |
commit | 5a49ac6d5e8a35c2f960a4cda2b3db243735248b (patch) | |
tree | 3c3675174a8622252444a5f285378c1ce22423f9 /tv/1systems | |
parent | 4486c1a0846ecfcc642a4d41b925eaa134697554 (diff) |
tv urlwatch: wu -> cd
Diffstat (limited to 'tv/1systems')
-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 4f66b3592..4f196095b 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 e54aed056..0ef846f93 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; [ |