174 current 2025-10-09 15:56:51 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 16:08:56 -05:00
parent 61b00d67ce
commit 0249e1f179
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = {

View File

@@ -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" ];
};
}