nixos-config/services
Felix Schröter 7799ef1131
fix(restic): fix restic path handling
Generating a list of paths for restic to backup introduces some issues:
- restic matches incremental backups by paths, changing paths cause new
  backups
- logs and a lot of restic commands print all the paths, which makes it
  basically unusable

Thus I've reverted to using static `paths` and excluding patterns via
the `--exclude-file` argument.
To reduce files to backup from `~/dev`, a preStart job was added to the
systemd service: It clones the directory via `rsync` with `.gitignore`
files being respected.
2022-07-04 17:19:31 +02:00
..
restic fix(restic): fix restic path handling 2022-07-04 17:19:31 +02:00
samba refactor: rename server: rpi4 -> home-server 2022-06-26 13:22:50 +02:00
syncthing refactor: rename server: rpi4 -> home-server 2022-06-26 13:22:50 +02:00
calibre-web.nix fix(calibre-web): fix & improve config 2022-05-29 17:55:57 +02:00
etebase.nix fix(secrets): fix permissions 2022-05-06 03:44:47 +02:00
home-assistant.nix feat(home-server): update local IP address 2022-06-13 21:58:27 +02:00
jellyfin.nix feat(jellyfin): change user & group 2021-05-27 12:47:47 +02:00
kodi.nix feat(rpi4): update kodi config 2021-10-23 03:28:15 +02:00
mail.nix fix(secrets): fix permissions 2022-05-06 03:44:47 +02:00
miniflux.nix fix(secrets): fix permissions 2022-05-06 03:44:47 +02:00
mosquitto.nix fix(owntracks): add secret to owntracks-recorder 2022-05-30 03:36:39 +02:00
nextcloud.nix chore: update to nextcloud 24 2022-05-29 17:39:20 +02:00
owntracks.nix fix(owntracks): add secret to owntracks-recorder 2022-05-30 03:36:39 +02:00
paperless.nix feat(rpi4): enable paperless again 2022-05-06 15:49:44 +02:00
pcscd.nix feat(home-pc): add ausweisapp 2020-11-07 11:58:17 +01:00
plex.nix feat: add jellyfin 2020-08-15 00:35:17 +02:00