From 2d5f6d68928f722f5f3f25b4aeed31f5f89a865f Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 8 Feb 2022 20:32:59 +0100 Subject: [PATCH] Remove rsync from required packages --- hosts/palladium/backup-scripts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/palladium/backup-scripts.nix b/hosts/palladium/backup-scripts.nix index 11047d8..8ba8adf 100644 --- a/hosts/palladium/backup-scripts.nix +++ b/hosts/palladium/backup-scripts.nix @@ -40,5 +40,5 @@ let ''; in { - environment.systemPackages = with pkgs; [ pkgs.cryptsetup pkgs.rsync cb-mount cb-sync cb-unmount ]; + environment.systemPackages = with pkgs; [ pkgs.cryptsetup cb-mount cb-sync cb-unmount ]; }