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" ];