diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-29 15:01:36 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-29 15:01:36 +0200 |
| commit | 1c390e0e3a126d21324f3be8b4f52a882c15c115 (patch) | |
| tree | 5018cd2ef9371740c0fe8e1f46f4f9dc10ff2e32 /modules/common/default.nix | |
| parent | modules/common/unison: Also syncronize the deerix and beets.old directory (diff) | |
| download | nixos-config-1c390e0e3a126d21324f3be8b4f52a882c15c115.zip | |
modules/common/unison: Also avoid trying to synchronize sockets
Diffstat (limited to 'modules/common/default.nix')
| -rw-r--r-- | modules/common/default.nix | 8 |
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" |
