nixos/hardened: add myself to maintainers

This commit is contained in:
Joachim Fasting 2018-10-15 00:18:33 +02:00
parent e619998eb3
commit cb845123d4
No known key found for this signature in database
GPG key ID: 5C204DF675C90294

View file

@ -6,6 +6,10 @@
with lib;
{
meta = {
maintainers = [ maintainers.joachifm ];
};
boot.kernelPackages = mkDefault pkgs.linuxPackages_hardened;
security.hideProcessInformation = mkDefault true;