From ba78a0eef463c52ef99d13e69f458929319fb20c Mon Sep 17 00:00:00 2001 From: 4DBug <4DBug@github.com> Date: Thu, 29 Jan 2026 22:52:27 -0600 Subject: [PATCH] push --- main.nix | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/main.nix b/main.nix index 9cb5d17..5b4f18d 100644 --- a/main.nix +++ b/main.nix @@ -278,37 +278,6 @@ in loadModels = [ "llama3.2:3b" "deepseek-r1:1.5b" "deepseek-r1:8b"]; }; - syncthing = { - enable = true; - - user = "bug"; - group = "users"; - - overrideDevices = true; - overrideFolders = true; - - openDefaultPorts = true; - - extraFlags = [ "--no-default-folder" ]; - - key = "/home/bug/.syncthing/key.pem"; - cert = "/home/bug/.syncthing/cert.pem"; - - settings = { - devices = { - desktop.id = "I664COC-GCOH2HX-KCVLP3R-R62LVPV-3W32DVQ-UMMBMDB-55MMIPH-OV54AAP"; - laptop.id = "C33XSW3-CUN7QOD-PK2SM37-MJCXNGA-K3UGTDR-TW53FZ7-BE7EWDC-QWVUXQ5"; - }; - - folders = { - "Documents" = { - path = "/home/bug/Documents"; - devices = ["desktop" "laptop"]; - }; - }; - }; - }; - flatpak = { enable = true;