add the poz to syncthing
This commit is contained in:
parent
87f3b104f6
commit
2a417a0852
1 changed files with 11 additions and 0 deletions
|
@ -104,6 +104,17 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
jacekpoz = {
|
||||
path = "${homeDirectory}/jacekpoz";
|
||||
devices = [ "niks" "del" "chmura" ];
|
||||
versioning = {
|
||||
type = "staggered";
|
||||
params = {
|
||||
cleanInterval = "3600";
|
||||
maxAge = "15552000";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
} // cfg.extraSettings;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue