Add automated backups to backblaze with restic

This commit is contained in:
thiloho
2023-12-15 15:24:29 +01:00
parent 9931c0207e
commit 4c173feb66
8 changed files with 65 additions and 404 deletions

View File

@@ -28,10 +28,6 @@
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-minecraft = {
url = "github:Infinidoge/nix-minecraft";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs@{ nixpkgs, home-manager, ... }: {