From 4f62d2746d3e5a6111517731f5ded3f355f73ae0 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 10:26:40 -0500 Subject: [PATCH] 288 current 2025-10-11 10:03:00 25.05.20251006.20c4598 6.12.50 * --- modules/system/backups.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/system/backups.nix b/modules/system/backups.nix index 5409925..114833a 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: -/* '' +/* this module enables a backup script made with borg! to use import & set the options below to declare a backup add the following code @@ -9,12 +9,10 @@ in a borg archive to the specified repo | <3yy> | V V - modules.system.backups.baks = { - ${service} = { paths = [ cfg.data_dir ]; }; + \${service} = { paths = [ cfg.data_dir ]; }; }; - -'' */ +*/ let cfg = config.modules.system.backups;