From 96c423a77212f9bad6a2bdf0ec87dbc0fae7c9b7 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 20 Jun 2024 22:27:31 +0700 Subject: [PATCH] syncthing: added windows device --- system/services/syncthing.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/system/services/syncthing.nix b/system/services/syncthing.nix index 514681b..ee9e783 100644 --- a/system/services/syncthing.nix +++ b/system/services/syncthing.nix @@ -34,6 +34,9 @@ in "/nas/redmage/images/windows" = { label = "Redmage/Windows"; id = "Redmage/Windows"; + devices = [ + "windows" + ]; }; "/nas/redmage/images/laptop-kerja" = { label = "Redmage/Laptop-Kerja"; @@ -52,6 +55,7 @@ in devices = [ "s20fe" "onyx" + "windows" ]; }; "/nas/kavita/library/light-novels" = { @@ -73,6 +77,11 @@ in id = "FZMFBD5-5PS566H-XJGV3FO-NQVSMX5-3VHPS7V-SUT27WA-MXHFBYT-BDSS6AW"; autoAcceptFolders = true; }; + windows = { + name = "Windows"; + id = "FSTIYS6-REFXIJX-KPLYC4L-QSZO46L-RV3VTPZ-VWVTE7O-Y663OZN-RTKP3QI"; + autoAcceptFolders = true; + }; }; }; overrideFolders = true;