Files
nixos-haus/modules/common/security.nix

10 lines
92 B
Nix

{
config,
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
lynis
];
}