22 current 2025-10-07 14:48:41 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 14:49:56 -05:00
parent be76590d1f
commit 4886fc11a4
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ in
config = lib.mkIf (backup_paths != []) {
systemd.services.backups = {
description = "BorgBackup service for system data";
description = "backup service with borg!";
serviceConfig = {
Type = "oneshot";
EnvironmentFile = config.modules.system.backups.passphraseFile;
@@ -68,7 +68,7 @@ in
};
};
systemd.timers.borg-backup = {
systemd.timers.backups = {
description = "daily borg backup timer";
wantedBy = [ "timers.target" ];
timerConfig = {