move clan config to its own directory
This commit is contained in:
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";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user