revert default, set host config for zfs snap backup

This commit is contained in:
Joseph Hanson 2025-01-06 06:24:06 -06:00
parent d441049526
commit a87b6f9323
2 changed files with 3 additions and 3 deletions

View file

@ -208,7 +208,7 @@ in
mountPath = "/mnt/restic_nightly_backup";
zfsDataset = "nahar/containers/volumes";
snapshotName = "restic_nightly_snap";
startAt = "*-*-* 02:10:00 America/Chicago";
startAt = "*-*-* 06:30:00 America/Chicago";
};
};
# System

View file

@ -84,8 +84,8 @@ in
};
startAt = lib.mkOption {
type = lib.types.str;
default = "*-*-* 06:00:00 America/Chicago"; # Every day at 6 AM
description = "When to create and mount the ZFS snapshot. Defaults to 6 AM.";
default = "*-*-* 02:10:00 America/Chicago"; # Every day at 2:10 AM
description = "When to create and mount the ZFS snapshot. Defaults to 2:10 AM.";
};
};