migrate syncthing config to clan
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user