Add backup configurations
This commit is contained in:
parent
be9a1f9bf5
commit
77cb87fa99
2 changed files with 5 additions and 0 deletions
4
backup.nix
Normal file
4
backup.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [pkgs.backblaze-b2];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue