blob: 81934a718e45561325c0bb5c55684490ce440d37 [file] [log] [blame]
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
ecryptfs
keyutils
];
}