diff options
author | tv <tv@shackspace.de> | 2015-07-23 00:37:21 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-23 00:37:21 +0200 |
commit | 504b1b90e809934a01357450ccdf35c4e4afc74d (patch) | |
tree | 2b6a539ad2a9f3c4d4b2cf24034cea7e239acb51 /1systems/tv/nomic.nix | |
parent | 14ac6d3bba12f07bd8aa79221b9c64469fe03046 (diff) |
* tv identity: define type harder
Diffstat (limited to '1systems/tv/nomic.nix')
-rw-r--r-- | 1systems/tv/nomic.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/1systems/tv/nomic.nix b/1systems/tv/nomic.nix index b6235297f..6f984c44d 100644 --- a/1systems/tv/nomic.nix +++ b/1systems/tv/nomic.nix @@ -10,11 +10,8 @@ with lib; ../../2configs/tv/exim-retiolum.nix ../../2configs/tv/git-public.nix { - imports = [ ../../3modules/tv/identity.nix ]; - tv.identity = { - enable = true; - self = config.tv.identity.hosts.nomic; - }; + imports = [ ../../2configs/tv/identity.nix ]; + tv.identity.self = config.tv.identity.hosts.nomic; } { imports = [ ../../3modules/tv/iptables.nix ]; |