add forks dir to syncthing
This commit is contained in:
parent
aca600b2f0
commit
f4f8c31a4e
1 changed files with 11 additions and 0 deletions
|
@ -54,6 +54,17 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
Forks = {
|
||||
path = "${homeDirectory}/Forks";
|
||||
devices = [ "niks" "del" "chmura" ];
|
||||
versioning = {
|
||||
type = "staggered";
|
||||
params = {
|
||||
cleanInterval = "3600";
|
||||
maxAge = "15552000";
|
||||
};
|
||||
};
|
||||
};
|
||||
Studia = {
|
||||
path = "${homeDirectory}/Studia";
|
||||
devices = [ "niks" "del" "chmura" ];
|
||||
|
|
Loading…
Reference in a new issue