From 742004339c1bf2e39917830b2dd6b81e9798e443 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Sun, 31 Jul 2022 00:28:58 -0700 Subject: [PATCH] the nas doesn't need syncthing --- nix/system/xps11/configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nix/system/xps11/configuration.nix b/nix/system/xps11/configuration.nix index 473e8e3..28f0732 100644 --- a/nix/system/xps11/configuration.nix +++ b/nix/system/xps11/configuration.nix @@ -181,13 +181,6 @@ desktopManager.plasma5.enable = true; }; - services.syncthing = { - enable = true; - user = "haak"; - dataDir = "/home/haak/synced"; - configDir = "/home/haak/synced/.config/syncthing"; - }; - location.provider = "geoclue2"; # Define a user account. Don't forget to set a password with ‘passwd’.