From 0249e1f17979407ce4592400e23bdc282b9fc26d Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 16:08:56 -0500 Subject: [PATCH] 174 current 2025-10-09 15:56:51 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/immich/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index abd61c4..552497a 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 173 current 2025-10-09 15:48:55 25.05.20251006.20c4598 6.12.50 * +# generation: 174 current 2025-10-09 15:56:51 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/immich/default.nix b/modules/homelab/services/immich/default.nix index 195709a..2894b01 100644 --- a/modules/homelab/services/immich/default.nix +++ b/modules/homelab/services/immich/default.nix @@ -96,6 +96,6 @@ in }; # add to backups -# modules.system.backups.paths = lib.mkIf cfg.backup [ cfg.data_dir ]; + modules.system.backups.paths = lib.mkIf cfg.backup [ cfg.data_dir "/var/lib/redis-immich" ]; }; }