Server/syncthing: add games folder

This commit is contained in:
Toast 2024-12-29 16:13:33 +01:00
parent 16d3391714
commit 7eeff4c125

View file

@ -44,6 +44,12 @@
devices = ["server" "pc" "winmax2" "steamdeck"];
path = "${config.services.syncthing.dataDir}/project-eden-saves";
};
"games" = {
label = "Games";
id = "jxuou-2yjnu";
devices = ["steamdeck" "server" "pc" "winmax2"];
path = "${config.services.syncthing.dataDir}/games";
};
};
};
systemd.services.syncthing.serviceConfig = {