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