27 current 2025-10-07 15:29:13 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 15:30:10 -05:00
parent 40041e86aa
commit 49079aa26f
2 changed files with 2 additions and 2 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: 26 current 2025-10-07 15:27:08 25.05.20251001.5b5be50 6.12.49 * # generation: 27 current 2025-10-07 15:29:13 25.05.20251001.5b5be50 6.12.49 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -58,7 +58,7 @@ in
--stats \ --stats \
--show-rc \ --show-rc \
--compression lz4 \ --compression lz4 \
"$BORG_REPO::$(HOST)-$(date +'%Y-%m-%dT%H:%M:%S')" \ "$BORG_REPO::${toString config.networking.hostName}-$(date +'%Y-%m-%dT%H:%M:%S')" \
${lib.concatStringsSep " " cfg.paths} ${lib.concatStringsSep " " cfg.paths}
# Prune old backups according to retention policy # Prune old backups according to retention policy