about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-06-10 13:22:14 +0300
committerFlorian Klink <flokli@flokli.de>2024-06-10 13:40:45 +0300
commit1fa96ce4dff44aab96401322f997fb78d040dc53 (patch)
treed7f4b83ca951d737962e6ad82890c9a91cba5bb1 /nixos
parentaa52f15fff5ea2e2cd5f2bb2326cf3ec02ade422 (diff)
grafana-alloy, nixos/alloy: add hbjydev to maintainers
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/monitoring/alloy.nix2
-rw-r--r--nixos/tests/alloy.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/monitoring/alloy.nix b/nixos/modules/services/monitoring/alloy.nix
index e88de1e484e96..abe8fcd7e1beb 100644
--- a/nixos/modules/services/monitoring/alloy.nix
+++ b/nixos/modules/services/monitoring/alloy.nix
@@ -5,7 +5,7 @@ let
 in
 {
   meta = {
-    maintainers = with maintainers; [ flokli ];
+    maintainers = with maintainers; [ flokli hbjydev ];
   };
 
   options.services.alloy = {
diff --git a/nixos/tests/alloy.nix b/nixos/tests/alloy.nix
index 814a21d1e9523..d87492127d5bb 100644
--- a/nixos/tests/alloy.nix
+++ b/nixos/tests/alloy.nix
@@ -14,7 +14,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }:
     name = "alloy";
 
     meta = with lib.maintainers; {
-      maintainers = [ flokli ];
+      maintainers = [ flokli hbjydev ];
     };
 
     inherit nodes;