move clan config to its own directory
This commit is contained in:
parent
a680d58664
commit
740ed6725a
5 changed files with 272 additions and 255 deletions
20
clan/network.nix
Normal file
20
clan/network.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue