From 68a968ac1b1a077494efb56e18c83e79fe0bae7f Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 22 Jun 2015 20:11:02 +0200 Subject: tv retiolum: split module into options and config --- modules/tv/exim-retiolum.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/tv/exim-retiolum.nix') diff --git a/modules/tv/exim-retiolum.nix b/modules/tv/exim-retiolum.nix index e80358fc..efab5cf3 100644 --- a/modules/tv/exim-retiolum.nix +++ b/modules/tv/exim-retiolum.nix @@ -4,9 +4,9 @@ services.exim = # This configuration makes only sense for retiolum-enabled hosts. # TODO modular configuration - assert config.services.retiolum.enable; + assert config.tv.retiolum.enable; let - # TODO get the hostname from config.services.retiolum. + # TODO get the hostname from config.tv.retiolum. retiolumHostname = "${config.networking.hostName}.retiolum"; in { enable = true; -- cgit v1.2.3