From f4e6635f8c3e75285d25f189c64257ec5529bbc3 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Sun, 14 Jul 2024 19:27:31 +0700 Subject: [PATCH] syncthing: added emudeck to windows and living room system --- system/services/syncthing.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/system/services/syncthing.nix b/system/services/syncthing.nix index 4ed612d..1b9c606 100644 --- a/system/services/syncthing.nix +++ b/system/services/syncthing.nix @@ -29,7 +29,6 @@ in key = config.sops.secrets."syncthing/server/key.pem".path; cert = config.sops.secrets."syncthing/server/cert.pem".path; settings = { - options.urAccepted = 1; # Allow anonymous usage reporting. folders = { "/nas/redmage/images/windows" = { label = "Redmage/Windows"; @@ -113,6 +112,8 @@ in id = "EmuDeck"; devices = [ "steam-deck" + "windows" + "living-room-system" ]; }; }; @@ -141,6 +142,10 @@ in name = "Steam Deck"; 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;