add Puenktchen builder

This commit is contained in:
willifan 2025-01-04 13:56:22 +01:00
parent 87fa30b294
commit ff8caa5192
7 changed files with 52 additions and 17 deletions

View file

@ -21,13 +21,18 @@
server.enable = true;
common.syncthing = {
enable = true;
basePath = "/mnt/data/services/syncthing/data";
devices = {
Lenni = { id = "NDERY5Q-N7L6CPD-RMIFA65-OC3HP6T-ONZOB7Y-7FLS4VR-UWBKBZV-XJJVGQG"; };
Puenktchen = { id = "REVJKI3-3QYKRZN-QDKQ24V-UNZQ4L2-R7XHQCE-N4H3FSY-IARCHM3-PMWBJQP"; };
Damin = { id = "HAGKFGG-EMCPKHG-Y7V2ACJ-DJVAIIA-A6TNGTQ-VWPB3F5-PES673W-W2YBJAD"; };
common = {
builder.enable = true;
syncthing = {
enable = true;
basePath = "/mnt/data/services/syncthing/data";
devices = {
Lenni = { id = "NDERY5Q-N7L6CPD-RMIFA65-OC3HP6T-ONZOB7Y-7FLS4VR-UWBKBZV-XJJVGQG"; };
Puenktchen = { id = "REVJKI3-3QYKRZN-QDKQ24V-UNZQ4L2-R7XHQCE-N4H3FSY-IARCHM3-PMWBJQP"; };
Damin = { id = "HAGKFGG-EMCPKHG-Y7V2ACJ-DJVAIIA-A6TNGTQ-VWPB3F5-PES673W-W2YBJAD"; };
};
};
};