diff options
author | tv <tv@krebsco.de> | 2015-08-14 15:48:57 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-08-14 15:48:57 +0200 |
commit | ef4a693572ee06f43fc948a3310de7fdabeb078e (patch) | |
tree | 336e95653afb860ddf2f469b068b0e76a99457c0 /tv/1systems | |
parent | ed32f23e54494e084f5732d70720e09d06e87c77 (diff) |
tv: krebs.exim-retiolum. *enable* = true
Diffstat (limited to 'tv/1systems')
-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 896c1ad..6418cdc 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 a5cbde3..20dbca1 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 = { |