syncthing: added emudeck to windows and living room system

This commit is contained in:
Tigor Hutasuhut 2024-07-14 19:27:31 +07:00
parent 672199aeaa
commit f4e6635f8c

View file

@ -29,7 +29,6 @@ in
key = config.sops.secrets."syncthing/server/key.pem".path; key = config.sops.secrets."syncthing/server/key.pem".path;
cert = config.sops.secrets."syncthing/server/cert.pem".path; cert = config.sops.secrets."syncthing/server/cert.pem".path;
settings = { settings = {
options.urAccepted = 1; # Allow anonymous usage reporting.
folders = { folders = {
"/nas/redmage/images/windows" = { "/nas/redmage/images/windows" = {
label = "Redmage/Windows"; label = "Redmage/Windows";
@ -113,6 +112,8 @@ in
id = "EmuDeck"; id = "EmuDeck";
devices = [ devices = [
"steam-deck" "steam-deck"
"windows"
"living-room-system"
]; ];
}; };
}; };
@ -141,6 +142,10 @@ in
name = "Steam Deck"; name = "Steam Deck";
id = "6SOR4SU-MVT2XIS-4J6IGVP-LITFLDB-ZH6LA7T-PUSQK26-P6RVWZ7-YB7P4AX"; id = "6SOR4SU-MVT2XIS-4J6IGVP-LITFLDB-ZH6LA7T-PUSQK26-P6RVWZ7-YB7P4AX";
}; };
living-room-system = {
name = "Living Room System";
id = "63W5VTT-X6R6WOC-LMQEXM7-6PCUYLX-UONPYFB-UYM2OGN-2TJ47HG-66TSCQC";
};
}; };
}; };
overrideFolders = true; overrideFolders = true;