add Pictures to syncthing
This commit is contained in:
parent
898113b5fb
commit
cba1695117
2 changed files with 12 additions and 0 deletions
|
|
@ -39,6 +39,12 @@ in
|
|||
"pixel-7a"
|
||||
];
|
||||
};
|
||||
"Pictures" = {
|
||||
path = "${home}/Media/Pictures";
|
||||
devices = [
|
||||
"haze"
|
||||
];
|
||||
};
|
||||
"Videos" = {
|
||||
path = "${home}/Media/Videos";
|
||||
devices = [
|
||||
|
|
|
|||
|
|
@ -45,6 +45,12 @@ in
|
|||
"pixel-7a"
|
||||
];
|
||||
};
|
||||
"Pictures" = {
|
||||
path = "${home}/Pictures";
|
||||
devices = [
|
||||
"genepi"
|
||||
];
|
||||
};
|
||||
"Videos" = {
|
||||
path = "${home}/Videos";
|
||||
devices = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue