Add backup configurations

This commit is contained in:
Nettika 2024-06-15 12:29:03 -07:00
parent be9a1f9bf5
commit 77cb87fa99
2 changed files with 5 additions and 0 deletions

4
backup.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
environment.systemPackages = [pkgs.backblaze-b2];
}