diff options
author | tv <tv@shackspace.de> | 2015-08-14 15:48:57 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-08-14 15:48:57 +0200 |
commit | 1ecc4b79fd96c413ba265617db690869ce0bd63e (patch) | |
tree | 1b30a7403ee672c687f44cd29c74b2adb94ac89c | |
parent | e8825282a610553fc5c8ca02c2549464c3546bfc (diff) |
tv: krebs.exim-retiolum. *enable* = true
-rw-r--r-- | tv/1systems/nomic.nix | 2 | ||||
-rw-r--r-- | tv/1systems/wu.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix index 896c1ad29..6418cdc5e 100644 --- a/tv/1systems/nomic.nix +++ b/tv/1systems/nomic.nix @@ -38,7 +38,7 @@ with lib; }; } { - krebs.exim-retiolum = true; + krebs.exim-retiolum.enable = true; } { krebs.nginx = { diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index a5cbde3ec..20dbca12f 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -165,7 +165,7 @@ in }; } { - krebs.exim-retiolum = true; + krebs.exim-retiolum.enable = true; } { krebs.nginx = { |