add syncthing
This commit is contained in:
parent
28e9fba686
commit
2d1cc02293
5 changed files with 140 additions and 1 deletions
17
modules/nixos/hosts/candlekeep/zerotier.nix
Normal file
17
modules/nixos/hosts/candlekeep/zerotier.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.zerotierone = {
|
||||
joinNetworks = [
|
||||
"ebe7fbd445359e9d"
|
||||
];
|
||||
enable = true;
|
||||
};
|
||||
|
||||
networking.extraHosts = ''
|
||||
192.168.194.54 graphene.zt
|
||||
192.168.191.218 candlekeep.zt
|
||||
192.168.191.201 grymforge.zt
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue