From 4886fc11a46882e3e9eb52f7e1a8458e4655f9d0 Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 7 Oct 2025 14:49:56 -0500 Subject: [PATCH] 22 current 2025-10-07 14:48:41 25.05.20251001.5b5be50 6.12.49 * --- flake.nix | 2 +- modules/system/backups.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 6c83349..e901599 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 21 current 2025-10-07 14:43:59 25.05.20251001.5b5be50 6.12.49 * +# generation: 22 current 2025-10-07 14:48:41 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { diff --git a/modules/system/backups.nix b/modules/system/backups.nix index 09fcfd3..3235000 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -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 = {