Server/syncthing: add games folder
This commit is contained in:
parent
16d3391714
commit
7eeff4c125
1 changed files with 6 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue