nixos-config/hosts/zilch/config/unison/default.prf
Gabriel Arazas ef12c29f36 Update the Nix config
A bunch of minor updates here, a bunch of minor changes there.
All of the Nix changes is here for all the world to see.
2020-10-07 06:56:04 +08:00

39 lines
641 B
Plaintext
Executable File

# Paths to synchronize
path = library
path = phone
path = projects
path = writings
# My GnuPG keys
path = .gnupg
# The password store of gopass
path = .password-store
# My SSH keys
path = .ssh
# Some regexps specifying names and paths to ignore
ignore = Name temp.*
ignore = Name *~
ignore = Name .*~
ignore = Name *.o
ignore = Name *.tmp
ignore = Name *.qcow2
# Node cache
ignore = Name node_modules
# Rust build caches
ignore = Name target
# Nix build result
ignore = Name result
# The diff command with the unified style (the same style Git uses for showing diffs)
diff = diff --unified
# Log actions to the terminal
log = true