From ccafd8625e2349359cba98118ac96a17bf672f1c Mon Sep 17 00:00:00 2001 From: Nettika Date: Thu, 20 Jun 2024 20:28:52 -0700 Subject: [PATCH] Add Backblaze B2 CLI --- backup.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/backup.nix b/backup.nix index 4764dfe..b4637ab 100644 --- a/backup.nix +++ b/backup.nix @@ -3,6 +3,7 @@ environment.systemPackages = with pkgs; [ restic libnotify + backblaze-b2 ]; systemd.services = {