288 current 2025-10-11 10:03:00 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 10:26:40 -05:00
parent 6b01510afb
commit 4f62d2746d

View File

@@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
/* '' /*
this module enables a backup script made with borg! this module enables a backup script made with borg!
to use import & set the options below to use import & set the options below
to declare a backup add the following code to declare a backup add the following code
@@ -9,12 +9,10 @@ in a borg archive to the specified repo
| <3yy> | | <3yy> |
V V V V
modules.system.backups.baks = { modules.system.backups.baks = {
${service} = { paths = [ cfg.data_dir ]; }; \${service} = { paths = [ cfg.data_dir ]; };
}; };
*/
'' */
let let
cfg = config.modules.system.backups; cfg = config.modules.system.backups;