diff options
author | tv <tv@krebsco.de> | 2015-07-23 00:37:21 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-23 00:37:21 +0200 |
commit | 89ce2f5be474b3e72b53e450054f94fd4d13e381 (patch) | |
tree | 2b6a539ad2a9f3c4d4b2cf24034cea7e239acb51 /1systems/tv/rmdir.nix | |
parent | 5c54cd99df9b6f426e70cd78be3411526b091864 (diff) |
* tv identity: define type harder
Diffstat (limited to '1systems/tv/rmdir.nix')
-rw-r--r-- | 1systems/tv/rmdir.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/1systems/tv/rmdir.nix b/1systems/tv/rmdir.nix index 14817c9..b77a1c3 100644 --- a/1systems/tv/rmdir.nix +++ b/1systems/tv/rmdir.nix @@ -11,11 +11,8 @@ with lib; ../../2configs/tv/exim-smarthost.nix ../../2configs/tv/git-public.nix { - imports = [ ../../3modules/tv/identity.nix ]; - tv.identity = { - enable = true; - self = config.tv.identity.hosts.rmdir; - }; + imports = [ ../../2configs/tv/identity.nix ]; + tv.identity.self = config.tv.identity.hosts.rmdir; } { imports = [ ../../3modules/tv/iptables.nix ]; |