From fac6ac101a37156f596d0276410790628da2033f Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 19 Jan 2026 14:11:15 +0100 Subject: [PATCH] refactor(amd): remove commented syncthing configuration - Deleted unused Syncthing settings block from `default.nix` to clean up the configuration file. - Simplifies maintenance and reduces clutter by removing legacy, commented-out code. --- homes/x86_64-linux/harald@amd/default.nix | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/homes/x86_64-linux/harald@amd/default.nix b/homes/x86_64-linux/harald@amd/default.nix index 600e092..5a01b1e 100644 --- a/homes/x86_64-linux/harald@amd/default.nix +++ b/homes/x86_64-linux/harald@amd/default.nix @@ -29,29 +29,6 @@ services.syncthing = { enable = true; tray.enable = true; - /* - settings = { - devices = { - "sgx" = { - id = "2AAVSVQ-PK66I2B-2B4KWAU-TF674DG-IXNEKLF-CIWK7HG-7MUC7OW-DQQNAQM"; - }; - "x1" = { - id = "ZXRDFYU-W22PYCZ-7QJJCVN-GGHP3TS-KSY56B4-75OLQRN-UR2A4ZU-7BQBQQZ"; - }; - }; - folders = { - "qibxq-03l4j" = { - path = "~/Documents/logseq"; - devices = [ - "sgx" - ]; - }; - }; - }; - */ - - # overrideFolders = false; - # overrideDevices = false; }; dconf.settings = {