migrate syncthing config to clan

This commit is contained in:
2025-08-25 07:21:21 +02:00
parent dce89a70fb
commit f3aa929cf5
3 changed files with 36 additions and 103 deletions

View File

@@ -16,6 +16,12 @@
tags = [
"garage"
"server"
"syncthing"
];
};
haze = {
tags = [
"syncthing"
];
};
};
@@ -163,6 +169,31 @@
};
};
};
syncthing = {
roles.peer.tags.syncthing = { };
roles.peer.settings.folders = {
Documents = {
path = "~/Documents";
};
Music = {
path = "~/Music";
};
Pictures = {
path = "~/Pictures";
};
Videos = {
path = "~/Videos";
};
};
roles.peer.settings.extraDevices = {
pixel-7a = {
id = "IZE7B4Z-LKTJY6Q-77NN4JG-ADYRC77-TYPZTXE-Q35BWV2-AEO7Q3R-ZE63IAU";
name = "Pixel 7a";
addresses = [ "dynamic" ];
};
};
};
};
};
}