diff options
author | tv <tv@shackspace.de> | 2015-07-24 21:15:18 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-24 21:15:18 +0200 |
commit | 62ad5ff9d2bb41acdad20b68ee47c4a32ce928b6 (patch) | |
tree | 3fc6f86d49b42375beabca2e1e334687df9d6326 /3modules/tv/identity.nix | |
parent | a62be1cef8726a2afa61df3dac9e19a71882b370 (diff) |
{ * tv identity -> 3 krebs}.hosts
Diffstat (limited to '3modules/tv/identity.nix')
-rw-r--r-- | 3modules/tv/identity.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/3modules/tv/identity.nix b/3modules/tv/identity.nix index 584b27165..9de432203 100644 --- a/3modules/tv/identity.nix +++ b/3modules/tv/identity.nix @@ -21,11 +21,6 @@ let # default = filterAttrs (name: _host: name != cfg.self.name) cfg.hosts; #}; - hosts = mkOption { - type = with types; attrsOf host; - apply = mapAttrs (name: value: value // { inherit name; }); - }; - search = mkOption { type = types.hostname; }; @@ -44,7 +39,7 @@ let in map (addr: "${addr} ${aliases}") net.addrs ) host.nets - ) cfg.hosts + ) config.krebs.hosts )); }; |