move clan config to its own directory

This commit is contained in:
2025-11-03 23:51:20 +01:00
parent a680d58664
commit 740ed6725a
5 changed files with 272 additions and 255 deletions

20
clan/network.nix Normal file
View File

@@ -0,0 +1,20 @@
{
clan.inventory.instances.zerotier = {
roles.controller.machines.crocus = { };
roles.moon.machines.crocus = {
settings = {
stableEndpoints = [
"116.203.18.122"
"2a01:4f8:1c1e:e415::/64"
];
};
};
roles.peer.tags."all" = { };
};
clan.inventory.instances.internet = {
roles.default.machines.verbena = {
settings.host = "git.turifer.dev";
};
};
}