mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
newton: add birdman to syncthing
This commit is contained in:
parent
97f8b351b8
commit
117da50fa3
1 changed files with 16 additions and 2 deletions
|
@ -18,11 +18,25 @@
|
||||||
"thinkman" = {
|
"thinkman" = {
|
||||||
id = "KXSCPX3-JCCFZM4-S2LQZZL-3AM6WRL-IPNWVG2-IB5FEDJ-YYFUIRR-VMDO3AL";
|
id = "KXSCPX3-JCCFZM4-S2LQZZL-3AM6WRL-IPNWVG2-IB5FEDJ-YYFUIRR-VMDO3AL";
|
||||||
};
|
};
|
||||||
|
"birdman" = {
|
||||||
|
id = "34Z4J7W-MJIODUD-J6LDJY6-QILQLLB-CJ4GR7K-7TJM2K3-R7SIPRV-XQO5TAI";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
folders = {
|
folders = {
|
||||||
"Music" = {
|
"Music" = {
|
||||||
path = "music";
|
id = "mphdq-n6q7y";
|
||||||
devices = [ "thinkman" ];
|
path = "/srv/data/music";
|
||||||
|
devices = [
|
||||||
|
"thinkman"
|
||||||
|
"birdman"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
"Pictures" = {
|
||||||
|
id = "cujyo-yiabu";
|
||||||
|
path = "/srv/data/photos";
|
||||||
|
devices = [
|
||||||
|
"thinkman"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue