From 7bd47ff5383b33157d5c41a367dfaea155427ca7 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 11:24:45 -0500 Subject: [PATCH] 288 current 2025-10-11 10:03:00 25.05.20251006.20c4598 6.12.50 * --- modules/system/backups.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/backups.nix b/modules/system/backups.nix index e38443a..9415ee2 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -42,7 +42,7 @@ in }; }; - config = lib.mkIf (cfg.enable && baks != {}) { + config = lib.mkIf (cfg.enable && cfg.baks != {}) { systemd.services.backups = { description = "backup service with borg!";