diff options
| author | makefu <github@syntax-fehler.de> | 2015-07-24 21:04:22 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2015-07-24 21:04:22 +0200 |
| commit | 6b2a9d6b26ef75ee78c96839d4aa06ab027fcf4e (patch) | |
| tree | edae5b9996be874d0795571af2f1356e4b904a2b /1systems/tv/wu.nix | |
| parent | 8cf043ca2014e566ce2dc056d392fe9f85dc7cb7 (diff) | |
| parent | 2154167857b6bd35c8b1cce2ad41521164abb2ff (diff) | |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to '1systems/tv/wu.nix')
| -rw-r--r-- | 1systems/tv/wu.nix | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/1systems/tv/wu.nix b/1systems/tv/wu.nix index 1d7bbe5..234b805 100644 --- a/1systems/tv/wu.nix +++ b/1systems/tv/wu.nix @@ -12,8 +12,7 @@ in ../../2configs/tv/base.nix ../../2configs/tv/consul-client.nix ../../2configs/tv/exim-retiolum.nix - ../../2configs/tv/git-public.nix - # TODO git-private.nix + ../../2configs/tv/git.nix ../../2configs/tv/mail-client.nix ../../2configs/tv/xserver.nix ../../2configs/tv/synaptics.nix # TODO w110er if xserver is enabled @@ -24,7 +23,7 @@ in { environment.systemPackages = with pkgs; [ - # shitment + # stockholm git gnumake parallel @@ -122,7 +121,6 @@ in ]; } { - imports = [ ../../3modules/tv/iptables.nix ]; tv.iptables = { enable = true; input-internet-accept-new-tcp = [ @@ -134,7 +132,6 @@ in }; } { - imports = [ ../../3modules/krebs/nginx.nix ]; krebs.nginx = { enable = true; servers.default.locations = [ @@ -145,10 +142,8 @@ in }; } { - imports = [ ../../3modules/tv/retiolum.nix ]; - tv.retiolum = { + krebs.retiolum = { enable = true; - hosts = ../../Zhosts; connectTo = [ "gum" "pigstarter" @@ -156,7 +151,6 @@ in }; } { - imports = [ ../../3modules/krebs/urlwatch.nix ]; krebs.urlwatch = { enable = true; mailto = "tv@wu.retiolum"; # TODO |
