From 878dbb6f6ffd0b663cf25550d6ed60ac39518c65 Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 7 Oct 2025 14:51:06 -0500 Subject: [PATCH] 23 current 2025-10-07 14:49:54 25.05.20251001.5b5be50 6.12.49 * --- flake.nix | 2 +- modules/system/backups.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index e901599..351766e 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 22 current 2025-10-07 14:48:41 25.05.20251001.5b5be50 6.12.49 * +# generation: 23 current 2025-10-07 14:49:54 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 3235000..19e9927 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -77,7 +77,7 @@ in }; }; - environment.systemPackages = [ pkgs.borgbackup ]; + environment.systemPackages = [ borgbackup ]; }; }