diff options
author | Franck Cuny <franck@fcuny.net> | 2023-01-16 11:14:21 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-01-16 11:14:21 -0800 |
commit | e93e6103c3b541f3ef5db06ef1e9e8f33fae108a (patch) | |
tree | 91ae8d0f3bc55b37b738d1df24dcb96153166e5a | |
parent | ref(tahoe/backups): backup fewer things (diff) | |
download | world-e93e6103c3b541f3ef5db06ef1e9e8f33fae108a.tar.gz |
feat(home/packages): install restic
Diffstat (limited to '')
-rw-r--r-- | home/packages/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/packages/default.nix b/home/packages/default.nix index 7c8da03..5ef0333 100644 --- a/home/packages/default.nix +++ b/home/packages/default.nix @@ -30,6 +30,7 @@ in ([ dive # explore layers in docker images jq + restic # in order to interact with my backups ripgrep util-linux |