summaryrefslogtreecommitdiffstats
path: root/3modules/tv/identity.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-07-24 22:07:01 +0200
committermakefu <github@syntax-fehler.de>2015-07-24 22:07:01 +0200
commita4d676e4c5cd2c5cfcd9388074ba74c7714f754a (patch)
treee901569d1e2e4982d378d6187240952c5ddfbb5c /3modules/tv/identity.nix
parent6b2a9d6b26ef75ee78c96839d4aa06ab027fcf4e (diff)
parent4c46005ca572df9747caedb43fd3a42089fecf2c (diff)
Merge remote-tracking branch 'cd/master'
Diffstat (limited to '3modules/tv/identity.nix')
-rw-r--r--3modules/tv/identity.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/3modules/tv/identity.nix b/3modules/tv/identity.nix
index 584b271..9de4322 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
));
};