jakstpub: +syncthing

This commit is contained in:
2025-05-18 19:32:09 +00:00
parent 2ba781bd5d
commit 1c51df5ae7
3 changed files with 18 additions and 1 deletions

View File

@@ -74,6 +74,22 @@ in
enable = true;
inherit (cfg) hostname;
};
syncthing = {
enable = true;
user = "jakstpub";
group = "jakstpub";
dataDir = "/data/vno3-shared";
devices = {
vno1-gdrx.id = myData.hosts."vno1-gdrx.jakst.vpn".syncthingID;
};
folders = {
"/data/vno3-shared/Zemelapiai" = {
id = "ahz8ohSh";
devices = [ "vno1-gdrx" ];
};
};
};
};
users.users.jakstpub = {