Server/syncthing: add pcsx2 folder

This commit is contained in:
Toast 2024-05-01 03:35:30 +02:00
parent 91ebf1acc9
commit 2d49d6aece

View file

@ -26,6 +26,12 @@
devices = ["steamdeck" "server" "pc" "winmax2"]; devices = ["steamdeck" "server" "pc" "winmax2"];
path = "${config.services.syncthing.dataDir}/retroarch"; path = "${config.services.syncthing.dataDir}/retroarch";
}; };
"pcsx2" = {
label = "PCSX2";
id = "qcdsp-qaaej";
devices = ["steamdeck" "server" "pc" "winmax2"];
path = "${config.services.syncthing.dataDir}/pcsx2";
};
}; };
}; };
systemd.services.syncthing.serviceConfig = { systemd.services.syncthing.serviceConfig = {