From cb845123d413b873f2463411447e35d4ce026e74 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Mon, 15 Oct 2018 00:18:33 +0200 Subject: [PATCH] nixos/hardened: add myself to maintainers --- nixos/modules/profiles/hardened.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/modules/profiles/hardened.nix b/nixos/modules/profiles/hardened.nix index 2af8bf1f8e3..38c5a42ba6f 100644 --- a/nixos/modules/profiles/hardened.nix +++ b/nixos/modules/profiles/hardened.nix @@ -6,6 +6,10 @@ with lib; { + meta = { + maintainers = [ maintainers.joachifm ]; + }; + boot.kernelPackages = mkDefault pkgs.linuxPackages_hardened; security.hideProcessInformation = mkDefault true;