about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-29 15:01:36 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-29 15:01:36 +0200
commit1c390e0e3a126d21324f3be8b4f52a882c15c115 (patch)
tree5018cd2ef9371740c0fe8e1f46f4f9dc10ff2e32 /modules
parentmodules/common/unison: Also syncronize the deerix and beets.old directory (diff)
downloadnixos-config-1c390e0e3a126d21324f3be8b4f52a882c15c115.zip
modules/common/unison: Also avoid trying to synchronize sockets
Diffstat (limited to '')
-rw-r--r--modules/common/default.nix8
1 files changed, 8 insertions, 0 deletions
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"