Server/syncthing: add retroarch folder
This commit is contained in:
parent
69afd4bdab
commit
faad6bbe42
2 changed files with 7 additions and 1 deletions
|
|
@ -27,6 +27,12 @@
|
|||
devices = [ "steamdeck" "server" "pc" ];
|
||||
path = "${config.services.syncthing.dataDir}/steam-201810";
|
||||
};
|
||||
"retroarch"= {
|
||||
label = "RetroArch";
|
||||
id = "jxuou-2yjnu";
|
||||
devices = [ "steamdeck" "server" "pc" ];
|
||||
path = "${config.services.syncthing.dataDir}/retroarch";
|
||||
};
|
||||
};
|
||||
};
|
||||
systemd.services.syncthing.serviceConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue