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