add new machines
colmena managed nix server for reverse proxy
This commit is contained in:
parent
f49789d618
commit
649f32545a
15 changed files with 1152 additions and 139 deletions
9
hosts/waypoint/zerotier.nix
Normal file
9
hosts/waypoint/zerotier.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
services.zerotierone = {
|
||||
joinNetworks = [
|
||||
inputs.secrets.zerotier.infra
|
||||
];
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue