Add orgmobile and elfeed dot dirs to syncthing
This commit is contained in:
parent
5350d64a70
commit
6d32f905a0
|
@ -34,6 +34,18 @@ in {
|
|||
path = "~/Videos";
|
||||
ignorePerms = true;
|
||||
};
|
||||
"elfeed" = {
|
||||
inherit devices;
|
||||
id = "jkkef-je6t3";
|
||||
path = "~/.elfeed";
|
||||
ignorePerms = true;
|
||||
};
|
||||
"orgmobile" = {
|
||||
inherit devices;
|
||||
id = "k5use-dmeqp";
|
||||
path = "~/.orgmobile";
|
||||
ignorePerms = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue