1
0
Fork 0

Remove rsync from required packages

This commit is contained in:
clerie 2022-02-08 20:32:59 +01:00
parent db4db15086
commit 2d5f6d6892
1 changed files with 1 additions and 1 deletions

View File

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