Server/syncthing: add pcsx2 folder
This commit is contained in:
parent
91ebf1acc9
commit
2d49d6aece
1 changed files with 6 additions and 0 deletions
|
|
@ -26,6 +26,12 @@
|
|||
devices = ["steamdeck" "server" "pc" "winmax2"];
|
||||
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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue