From 1b2eadecf495292b880f783933593102350ec375 Mon Sep 17 00:00:00 2001 From: Toast Date: Sat, 2 Sep 2023 00:49:03 +0200 Subject: [PATCH] Syncthing: add surface go to devices list --- roles/common/services/syncthing.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/common/services/syncthing.nix b/roles/common/services/syncthing.nix index da9174f..be8d5ac 100755 --- a/roles/common/services/syncthing.nix +++ b/roles/common/services/syncthing.nix @@ -28,12 +28,16 @@ name = "Everest"; id = "BVJBCAZ-WDIWBFR-CK3WB3N-TWH3UXX-EPZXVWE-BLQ3IDU-U7MHVVB-WO4BKAJ"; }; + "surface" = { + name = "Surface Go"; + id = "HTVSF3O-AHY3TNH-BLVSEGK-HRRSMHC-H5LJWVF-NDKGM6O-ATWZALC-YXNV2Q4"; + }; }; folders = { "passwords" = { label = "KeePassXC Passwords"; id = "rdyaq-ex659"; - devices = [ "phone" "pc" "steamdeck" "server"]; + devices = [ "phone" "pc" "steamdeck" "server" "surface"]; }; }; };