krebs.retiolum.hosts: change type to attrsOf host

This commit is contained in:
tv 2016-02-06 15:11:30 +01:00
parent 10712e8483
commit 3c7fa0bc84
2 changed files with 0 additions and 2 deletions

View file

@ -32,7 +32,6 @@
}; };
krebs.retiolum = { krebs.retiolum = {
enable = true; enable = true;
hosts = ../../krebs/Zhosts;
connectTo = [ connectTo = [
"gum" "gum"
"pigstarter" "pigstarter"

View file

@ -71,7 +71,6 @@
krebs.retiolum = { krebs.retiolum = {
enable = true; enable = true;
extraConfig = "Proxy = http global.proxy.alcatel-lucent.com 8000"; extraConfig = "Proxy = http global.proxy.alcatel-lucent.com 8000";
hosts = ../../krebs/Zhosts;
connectTo = [ connectTo = [
"gum" "gum"
]; ];