From 88e424e493c33f8d3033b25f7d95fefea65853cd Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Wed, 12 May 2021 23:22:52 +0200 Subject: [PATCH] feat: add restic package --- services/restic/rpi4.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/restic/rpi4.nix b/services/restic/rpi4.nix index 3aec923..b2a2ef1 100644 --- a/services/restic/rpi4.nix +++ b/services/restic/rpi4.nix @@ -32,6 +32,8 @@ let ] ++ extraPruneOpts; }; in { + environment.systemPackages = with pkgs; [ restic ]; + services.restic.backups.full = resticConfig { name = "full"; paths = [ "/home" "/var" "/etc" ];