Server/syncthing: add Win Max 2 to syncthing folders
This commit is contained in:
parent
12c9b16a55
commit
fd8053ed65
1 changed files with 3 additions and 3 deletions
|
|
@ -18,19 +18,19 @@
|
||||||
"school-things" = {
|
"school-things" = {
|
||||||
label = "School things";
|
label = "School things";
|
||||||
id = "z6alc-nfoqr";
|
id = "z6alc-nfoqr";
|
||||||
devices = [ "steamdeck" "server" "pc"];
|
devices = [ "steamdeck" "server" "pc" "winmax2" ];
|
||||||
path = "${config.services.syncthing.dataDir}/school-things";
|
path = "${config.services.syncthing.dataDir}/school-things";
|
||||||
};
|
};
|
||||||
"steam-201810" = {
|
"steam-201810" = {
|
||||||
label = "Wolfenstein The New Order Saves";
|
label = "Wolfenstein The New Order Saves";
|
||||||
id = "laxxf-t2wmy";
|
id = "laxxf-t2wmy";
|
||||||
devices = [ "steamdeck" "server" "pc" ];
|
devices = [ "steamdeck" "server" "pc" "winmax2" ];
|
||||||
path = "${config.services.syncthing.dataDir}/steam-201810";
|
path = "${config.services.syncthing.dataDir}/steam-201810";
|
||||||
};
|
};
|
||||||
"retroarch"= {
|
"retroarch"= {
|
||||||
label = "RetroArch";
|
label = "RetroArch";
|
||||||
id = "jxuou-2yjnu";
|
id = "jxuou-2yjnu";
|
||||||
devices = [ "steamdeck" "server" "pc" ];
|
devices = [ "steamdeck" "server" "pc" "winmax2" ];
|
||||||
path = "${config.services.syncthing.dataDir}/retroarch";
|
path = "${config.services.syncthing.dataDir}/retroarch";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue