From 90b086c3cbb3c06fdd4e8c1626145872fae61f5a Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 11 Jul 2024 13:18:37 +0700 Subject: [PATCH] syncthing: added steam deck --- system/services/syncthing.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/system/services/syncthing.nix b/system/services/syncthing.nix index d76e2d5..a439686 100644 --- a/system/services/syncthing.nix +++ b/system/services/syncthing.nix @@ -101,6 +101,13 @@ in "work-laptop" ]; }; + "/nas/EmuDeck" = { + label = "EmuDeck"; + id = "EmuDeck"; + devices = [ + "steam-deck" + ]; + }; }; devices = { s20fe = { @@ -123,6 +130,10 @@ in name = "Samsung S22 Mama"; id = "5G2Q7XE-HILUI46-GWTE6P6-NJHAG3A-HSZKMAU-K5PBOKR-QN3IFQO-GX7KTQU"; }; + steam-deck = { + name = "Steam Deck"; + id = "6SOR4SU-MVT2XIS-4J6IGVP-LITFLDB-ZH6LA7T-PUSQK26-P6RVWZ7-YB7P4AX"; + }; }; }; overrideFolders = true;