diff options
author | tv <tv@krebsco.de> | 2015-07-24 12:34:25 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-24 12:34:25 +0200 |
commit | 873e1f90025f7eb1b13607130dbc4164cc2a0c44 (patch) | |
tree | 9ee355543f3268ba3a99ebf94d7b1dd06eba9730 /2configs/tv | |
parent | 50162983e041012abbddbb562bb655498f47c354 (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 efab5cf..851a0c6 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; |