clan: add wireguard

This commit is contained in:
2025-11-21 21:15:35 +01:00
parent abaf429a38
commit 7256b7fbc3
2 changed files with 22 additions and 0 deletions

View File

@@ -17,4 +17,19 @@
settings.host = "git.turifer.dev";
};
};
clan.inventory.instances.wireguard = {
module.name = "wireguard";
module.input = "clan-core";
roles.controller = {
machines.verbena.settings = {
endpoint = "wg1.turifer.dev";
};
};
roles.peer.machines = {
haze = { };
crocus = { };
genepi = { };
};
};
}