users/infinidoge: disable prismlauncher sync where unnecessary
This commit is contained in:
parent
e376c1e30d
commit
735e3231ed
1 changed files with 19 additions and 16 deletions
|
@ -40,7 +40,10 @@ in
|
||||||
services.unison = {
|
services.unison = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pairs = {
|
pairs = {
|
||||||
"PrismLauncher" = mkIf (main.networking.hostName != "Infini-DL360") {
|
"PrismLauncher" =
|
||||||
|
mkIf
|
||||||
|
(main.networking.hostName != "Infini-DL360" && main.modules.desktop.gaming.prismlauncher.enable)
|
||||||
|
{
|
||||||
roots = [
|
roots = [
|
||||||
"/home/infinidoge/.local/share/PrismLauncher"
|
"/home/infinidoge/.local/share/PrismLauncher"
|
||||||
"ssh://inx.moe/sync/PrismLauncher"
|
"ssh://inx.moe/sync/PrismLauncher"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue