add syncthing

This commit is contained in:
gwg313 2026-04-20 15:54:54 -04:00
parent 28e9fba686
commit 2d1cc02293
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
5 changed files with 140 additions and 1 deletions

View file

@ -62,7 +62,19 @@
};
"zettelkasten" = {
path = "/home/gwg313/zettelkasten/";
path = "/home/gwg313/my-notes/";
devices = [ "grymforge" ];
versioning = {
type = "staggered";
params = {
cleanInterval = "3600";
maxAge = "15768000";
};
};
};
"nix-config" = {
path = "/home/gwg313/nix-config/";
devices = [ "grymforge" ];
versioning = {
type = "staggered";

View 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
'';
}