summary refs log tree commit diff
path: root/nixos/modules/services/networking/trickster.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/trickster.nix')
-rw-r--r--nixos/modules/services/networking/trickster.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/trickster.nix b/nixos/modules/services/networking/trickster.nix
index 8760dd5a938..bcf5a04ae5f 100644
--- a/nixos/modules/services/networking/trickster.nix
+++ b/nixos/modules/services/networking/trickster.nix
@@ -106,7 +106,9 @@ in
         Restart = "always";
       };
     };
+  };
+
+  meta.maintainers = with maintainers; [ maintainers."1000101" ];
 
-  };  
 }