about summary refs log tree commit diff
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2020-04-04 23:58:54 +0100
committerEmily <vcs@emily.moe>2020-04-17 16:13:39 +0100
commitb0d5032ee4a1cee1fb9e521326114350ad414573 (patch)
tree92356158fe3d3b320fe70caacad121010bdfc497 /nixos/modules/profiles
parentad9bfe2254e6205f94baa9c988063b0737911a23 (diff)
downloadnixlib-b0d5032ee4a1cee1fb9e521326114350ad414573.tar
nixlib-b0d5032ee4a1cee1fb9e521326114350ad414573.tar.gz
nixlib-b0d5032ee4a1cee1fb9e521326114350ad414573.tar.bz2
nixlib-b0d5032ee4a1cee1fb9e521326114350ad414573.tar.lz
nixlib-b0d5032ee4a1cee1fb9e521326114350ad414573.tar.xz
nixlib-b0d5032ee4a1cee1fb9e521326114350ad414573.tar.zst
nixlib-b0d5032ee4a1cee1fb9e521326114350ad414573.zip
nixos/hardened: add emily to maintainers
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/hardened.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/hardened.nix b/nixos/modules/profiles/hardened.nix
index c771a4ed328a..ef8c0d74f062 100644
--- a/nixos/modules/profiles/hardened.nix
+++ b/nixos/modules/profiles/hardened.nix
@@ -7,7 +7,7 @@ with lib;
 
 {
   meta = {
-    maintainers = [ maintainers.joachifm ];
+    maintainers = [ maintainers.joachifm maintainers.emily ];
   };
 
   boot.kernelPackages = mkDefault pkgs.linuxPackages_hardened;