290 current 2025-10-11 11:39:41 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 11:43:34 -05:00
parent 0d78ee24a0
commit 7f56e043e7
5 changed files with 11 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 289 current 2025-10-11 11:25:44 25.05.20251006.20c4598 6.12.50 * # generation: 290 current 2025-10-11 11:39:41 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -138,9 +138,9 @@ in
}; };
# add to backups # add to backups
# modules.system.backups.baks = { modules.system.backups.baks = {
# hass = { paths = [ cfg.data_dir ]; }; ${service} = { paths = [ cfg.data_dir ]; };
# }; };
}; };
} }

View File

@@ -97,8 +97,8 @@ in
}; };
# add to backups # add to backups
# modules.system.backups.baks = { modules.system.backups.baks = {
# mosquitto = { paths = [ cfg.data_dir ]; }; ${service} = { paths = [ cfg.data_dir ]; };
# }; };
}; };
} }

View File

@@ -112,8 +112,8 @@ in
}; };
# add to backups # add to backups
# modules.system.backups.baks = { modules.system.backups.baks = {
# zigbee2mqtt = { paths = [ cfg.data_dir ]; }; ${service} = { paths = [ cfg.data_dir ]; };
# }; };
}; };
} }

View File

@@ -89,6 +89,7 @@ in
(lib.flatten (lib.flatten
(lib.mapAttrsToList (_: bak: bak.paths) cfg.baks)) (lib.mapAttrsToList (_: bak: bak.paths) cfg.baks))
}" }"
archive="$timestamp-${toString config.networking.hostName}"
borg create \ borg create \
--verbose \ --verbose \
--filter AME \ --filter AME \