Remove rsync from required packages
This commit is contained in:
parent
db4db15086
commit
2d5f6d6892
@ -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 ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user