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