summary refs log tree commit diff
path: root/nixos/modules/services/networking/tailscale.nix
diff options
context:
space:
mode:
authorMuhammad Falak R Wani <falakreyaz@gmail.com>2023-08-22 08:16:40 +0530
committerMuhammad Falak R Wani <falakreyaz@gmail.com>2023-08-23 08:32:33 +0530
commit3f141be99c2001ffe3b4fdf1bb5070eb81867088 (patch)
tree8f67c0ebf220c34f4d5c22df6223de9ab9ddae8b /nixos/modules/services/networking/tailscale.nix
parentbe26867f67aafe512fecd6fe4722a2c494851f26 (diff)
downloadnixpkgs-3f141be99c2001ffe3b4fdf1bb5070eb81867088.tar
nixpkgs-3f141be99c2001ffe3b4fdf1bb5070eb81867088.tar.gz
nixpkgs-3f141be99c2001ffe3b4fdf1bb5070eb81867088.tar.bz2
nixpkgs-3f141be99c2001ffe3b4fdf1bb5070eb81867088.tar.lz
nixpkgs-3f141be99c2001ffe3b4fdf1bb5070eb81867088.tar.xz
nixpkgs-3f141be99c2001ffe3b4fdf1bb5070eb81867088.tar.zst
nixpkgs-3f141be99c2001ffe3b4fdf1bb5070eb81867088.zip
tailscale: add mfrw as maintainer
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Diffstat (limited to 'nixos/modules/services/networking/tailscale.nix')
-rw-r--r--nixos/modules/services/networking/tailscale.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/tailscale.nix b/nixos/modules/services/networking/tailscale.nix
index f308b7e3311..8b35cc8d666 100644
--- a/nixos/modules/services/networking/tailscale.nix
+++ b/nixos/modules/services/networking/tailscale.nix
@@ -6,7 +6,7 @@ let
   cfg = config.services.tailscale;
   isNetworkd = config.networking.useNetworkd;
 in {
-  meta.maintainers = with maintainers; [ danderson mbaillie twitchyliquid64 ];
+  meta.maintainers = with maintainers; [ danderson mbaillie twitchyliquid64 mfrw ];
 
   options.services.tailscale = {
     enable = mkEnableOption (lib.mdDoc "Tailscale client daemon");