From 1c390e0e3a126d21324f3be8b4f52a882c15c115 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 29 May 2026 15:01:36 +0200 Subject: modules/common/unison: Also avoid trying to synchronize sockets --- modules/common/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules') diff --git a/modules/common/default.nix b/modules/common/default.nix index 97e2c566..080d3f2a 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -105,6 +105,14 @@ # Already synchronized by mbsync "~/.local/share/maildir" + + # "Unknown filetype (and there is no real reason to (try to) synchronize sockets)" + "~/.local/share/gnupg/S.gpg-agent" + "~/.local/share/gnupg/S.gpg-agent.browser" + "~/.local/share/gnupg/S.gpg-agent.extra" + "~/.local/share/gnupg/S.gpg-agent.ssh" + "~/.local/share/gnupg/S.scdaemon" + # Should not be synchronized "~/.local/share/unison" -- cgit 1.4.1