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

Loading…
Cancel
Save