From f96360225b78ce26e68315e9fd127d5f98db76c0 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 15 Apr 2025 07:51:13 +0200 Subject: [PATCH] feat: enable Syncthing service in home configuration - Added `services.syncthing` with default settings. - Simplified imports by removing unused bindings. --- homes/aarch64-darwin/harald@m4/default.nix | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/homes/aarch64-darwin/harald@m4/default.nix b/homes/aarch64-darwin/harald@m4/default.nix index 245353c..f541f07 100644 --- a/homes/aarch64-darwin/harald@m4/default.nix +++ b/homes/aarch64-darwin/harald@m4/default.nix @@ -1,8 +1,6 @@ -{ - lib, - pkgs, - config, - ... +{ pkgs +, config +, ... }: { home = { @@ -11,6 +9,12 @@ stateVersion = "23.11"; # Please read the comment before changing. }; + services.syncthing = { + enable = true; + # overrideFolders = false; + # overrideDevices = false; + }; + # programs.ssh.extraConfig = '' # #UseKeychain yes # #AddKeysToAgent yes