diff options
author | tv <tv@shackspace.de> | 2015-07-24 12:34:25 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-24 12:34:25 +0200 |
commit | e082da2c23ebff82717df11d266ecfd22a70db56 (patch) | |
tree | 9ee355543f3268ba3a99ebf94d7b1dd06eba9730 /2configs/tv | |
parent | ee52522cc139670c3eeaeeb462dff98ea870d2e4 (diff) |
3 tv retiolum: RIP
Diffstat (limited to '2configs/tv')
-rw-r--r-- | 2configs/tv/exim-retiolum.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2configs/tv/exim-retiolum.nix b/2configs/tv/exim-retiolum.nix index efab5cf32..851a0c625 100644 --- a/2configs/tv/exim-retiolum.nix +++ b/2configs/tv/exim-retiolum.nix @@ -4,9 +4,9 @@ services.exim = # This configuration makes only sense for retiolum-enabled hosts. # TODO modular configuration - assert config.tv.retiolum.enable; + assert config.krebs.retiolum.enable; let - # TODO get the hostname from config.tv.retiolum. + # TODO get the hostname from config.krebs.retiolum. retiolumHostname = "${config.networking.hostName}.retiolum"; in { enable = true; |