blob: 9210ca01fe45a448e7f5c98b62cb976b85a53d41 [file] [log] [blame]
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
ecryptfs
ecryptfs-helper
];
}