about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2018-10-15 00:18:33 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2018-10-15 01:33:33 +0200
commitcb845123d413b873f2463411447e35d4ce026e74 (patch)
treef9d434d12ba4e9e13d93b4f3582641e0567e9a2d
parente619998eb3778e7064b7c84e3338e65bbe114f31 (diff)
downloadnixlib-cb845123d413b873f2463411447e35d4ce026e74.tar
nixlib-cb845123d413b873f2463411447e35d4ce026e74.tar.gz
nixlib-cb845123d413b873f2463411447e35d4ce026e74.tar.bz2
nixlib-cb845123d413b873f2463411447e35d4ce026e74.tar.lz
nixlib-cb845123d413b873f2463411447e35d4ce026e74.tar.xz
nixlib-cb845123d413b873f2463411447e35d4ce026e74.tar.zst
nixlib-cb845123d413b873f2463411447e35d4ce026e74.zip
nixos/hardened: add myself to maintainers
-rw-r--r--nixos/modules/profiles/hardened.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/profiles/hardened.nix b/nixos/modules/profiles/hardened.nix
index 2af8bf1f8e30..38c5a42ba6fb 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;