diff options
author | tv <tv@krebsco.de> | 2016-02-01 17:13:46 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-01 17:13:46 +0100 |
commit | d9808bba5855b096b69d0b9285550af59a005f85 (patch) | |
tree | 600031ea0a78e9e4883c73233832e8ac4daf6e85 /tv | |
parent | a2f2f15c5ac0e4d37f8c8e3dcbacab696c832404 (diff) |
tv exim-retiolum: init
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/nomic.nix | 7 | ||||
-rw-r--r-- | tv/1systems/wu.nix | 5 | ||||
-rw-r--r-- | tv/1systems/xu.nix | 8 | ||||
-rw-r--r-- | tv/2configs/exim-retiolum.nix | 5 |
4 files changed, 8 insertions, 17 deletions
diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix index 7bc7b70..145e9b2 100644 --- a/tv/1systems/nomic.nix +++ b/tv/1systems/nomic.nix @@ -5,11 +5,9 @@ with lib; { krebs.build.host = config.krebs.hosts.nomic; - krebs.build.target = "root@nomic.gg23"; - imports = [ ../2configs/hw/AO753.nix - #../2configs/consul-server.nix + ../2configs/exim-retiolum.nix ../2configs/git.nix ../2configs/pulse.nix ../2configs/xserver @@ -25,9 +23,6 @@ with lib; }; } { - krebs.exim-retiolum.enable = true; - } - { krebs.nginx = { enable = true; servers.default.locations = [ diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 3bdf8d3..47fdb20 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -7,7 +7,7 @@ with lib; imports = [ ../2configs/hw/w110er.nix - #../2configs/consul-client.nix + ../2configs/exim-retiolum.nix ../2configs/git.nix ../2configs/mail-client.nix ../2configs/pulse.nix @@ -135,9 +135,6 @@ with lib; }; } { - krebs.exim-retiolum.enable = true; - } - { krebs.nginx = { enable = true; servers.default.locations = [ diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index e6894b5..12c115e 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -5,12 +5,9 @@ with lib; { krebs.build.host = config.krebs.hosts.xu; - krebs.build.source.git.nixpkgs.rev = - "7ae05edcdd14f6ace83ead9bf0d114e97c89a83a"; - imports = [ ../2configs/hw/x220.nix - #../2configs/consul-client.nix + ../2configs/exim-retiolum.nix ../2configs/git.nix ../2configs/mail-client.nix ../2configs/pulse.nix @@ -136,9 +133,6 @@ with lib; }; } { - krebs.exim-retiolum.enable = true; - } - { krebs.nginx = { enable = true; servers.default.locations = [ diff --git a/tv/2configs/exim-retiolum.nix b/tv/2configs/exim-retiolum.nix new file mode 100644 index 0000000..1af72c2 --- /dev/null +++ b/tv/2configs/exim-retiolum.nix @@ -0,0 +1,5 @@ +{ ... }: + +{ + krebs.exim-retiolum.enable = true; +} |