add prism launcher folder to syncthing

This commit is contained in:
jacekpoz 2024-04-04 14:06:58 +02:00
parent dc23f9fe14
commit e342dca835
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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;
};