add prism launcher folder to syncthing
This commit is contained in:
parent
dc23f9fe14
commit
e342dca835
1 changed files with 11 additions and 0 deletions
|
@ -93,6 +93,17 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
PrismLauncher = {
|
||||
path = "${hmCfg.xdg.dataHome}/PrismLauncher";
|
||||
devices = [ "niks" "del" "chmura" ];
|
||||
versioning = {
|
||||
type = "staggered";
|
||||
params = {
|
||||
cleanInterval = "3600";
|
||||
maxAge = "15552000";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
} // cfg.extraSettings;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue