about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDaniel Nagy2024-09-20 17:45:00 +0200
committerEmery Hemingway2024-09-21 06:30:54 +0000
commit991fd5f4620bc4499e1ccd937afc9b60a11009dd (patch)
tree34e98c677da3432731e64524c44135b766dfebc0 /nixos
parentcb7635612e5fe9b98eba671f85d4124d6d6feb16 (diff)
nixos/yggdrasil: add nagy as maintainer
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/yggdrasil.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/yggdrasil.nix b/nixos/modules/services/networking/yggdrasil.nix
index 3953c81ef214..0fb51400d666 100644
--- a/nixos/modules/services/networking/yggdrasil.nix
+++ b/nixos/modules/services/networking/yggdrasil.nix
@@ -234,6 +234,6 @@ in
   );
   meta = {
     doc = ./yggdrasil.md;
-    maintainers = with lib.maintainers; [ gazally ehmry ];
+    maintainers = with lib.maintainers; [ gazally ehmry nagy ];
   };
 }