la config locate est spécique aux domaines

pull/7/head
Jean-Pierre PRUNARET 9 years ago
parent 0f4355d382
commit 587e91fe61

@ -117,9 +117,6 @@ in
isRollo = host == "rollo.dubronetwork.fr"; isRollo = host == "rollo.dubronetwork.fr";
isXray = host == "xray.prunetwork.fr"; isXray = host == "xray.prunetwork.fr";
}; };
# pour toutes les machines
r6d.config-generator.locate = true;
} }
# Conditional stuff # Conditional stuff
@ -168,6 +165,7 @@ in
(mkIf pfl.isDubronetwork { (mkIf pfl.isDubronetwork {
r6d.config-generator = { r6d.config-generator = {
auto-upgrade = true; auto-upgrade = true;
locate = true;
print = true; print = true;
}; };
}) })
@ -188,6 +186,7 @@ in
(mkIf pfl.isPrunetwork { (mkIf pfl.isPrunetwork {
r6d.config-generator = { r6d.config-generator = {
auto-upgrade = true; auto-upgrade = true;
locate = true;
fail2ban = true; fail2ban = true;
swap = true; swap = true;
}; };

Loading…
Cancel
Save