From ca30ba28b038c7ad283fc17ca4e9cc91eda2e911 Mon Sep 17 00:00:00 2001 From: triethyl Date: Wed, 3 Sep 2025 09:06:57 -0400 Subject: prodesk-server: created server config --- nixos/modules/homelab/cloud/syncthing.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'nixos/modules/homelab/cloud') diff --git a/nixos/modules/homelab/cloud/syncthing.nix b/nixos/modules/homelab/cloud/syncthing.nix index 00328f7..bd8852c 100644 --- a/nixos/modules/homelab/cloud/syncthing.nix +++ b/nixos/modules/homelab/cloud/syncthing.nix @@ -18,24 +18,25 @@ in { overrideFolders = true; settings = { devices = { - "ideapad-laptop" = { - id = "62SPMAK-NOHX3QT-MVSOS7U-UON6YPH-HXXNFXO-PRSAJ2X-GYXFWJO-6LARPQL"; + "thinkpad-laptop" = { + id = "3Q4DMGC-SMMRYXG-UNQMGLK-74ST7NF-KVBAFXB-6D2LM2D-UEHBLVW-J2C2CAB"; }; "nzxt-desktop" = { id = "2TPKPXD-LO7OL7V-GP5HOUM-2P5SUEQ-XST4UYJ-S2Z56PP-IM66IIT-GLUNLAX"; }; - "samsung-tablet" = { - id = "ZKL25GJ-TKM2E6Y-VQSBAW5-TVG7RWM-RRAUEVA-ZOJZNCM-F3ARZUU-TPK7CA6"; - }; + # "samsung-tablet" = { + # id = "ZKL25GJ-TKM2E6Y-VQSBAW5-TVG7RWM-RRAUEVA-ZOJZNCM-F3ARZUU-TPK7CA6"; + # }; }; folders = { "Main" = { path = "/home/${cfg.user}/Sync"; - devices = [ "ideapad-laptop" "nzxt-desktop" "samsung-tablet" ]; + devices = [ "thinkpad-laptop" "nzxt-desktop" ]; }; }; }; }; environment.systemPackages = [ pkgs.syncthing ]; + # Use this command to get id: syncthing cli show system | from json | get myID }; } -- cgit v1.2.3