about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2024-01-22 21:56:04 +0100
committerRaito Bezarius <masterancpp@gmail.com>2024-01-22 21:56:04 +0100
commit08c95629950342c4d2185b82a59aec2226f38b96 (patch)
tree001631ce50aac6c70f6817777b987d581c880887 /nixos
parent3ecaad0e0e9670eda92fa17ddb96f23fcd4159a7 (diff)
keepalived: add myself as a maintainer
I will use this for a while, so… let's keep it tidy.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/keepalived/default.nix1
-rw-r--r--nixos/tests/keepalived.nix3
2 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/keepalived/default.nix b/nixos/modules/services/networking/keepalived/default.nix
index bf5e96f001a86..599dfd52e271f 100644
--- a/nixos/modules/services/networking/keepalived/default.nix
+++ b/nixos/modules/services/networking/keepalived/default.nix
@@ -140,6 +140,7 @@ let
 
 in
 {
+  meta.maintainers = [ lib.maintainers.raitobezarius ];
 
   options = {
     services.keepalived = {
diff --git a/nixos/tests/keepalived.nix b/nixos/tests/keepalived.nix
index d0bf9d4652003..ce291514591fe 100644
--- a/nixos/tests/keepalived.nix
+++ b/nixos/tests/keepalived.nix
@@ -1,5 +1,6 @@
-import ./make-test-python.nix ({ pkgs, ... }: {
+import ./make-test-python.nix ({ pkgs, lib, ... }: {
   name = "keepalived";
+  maintainers = [ lib.maintainers.raitobezarius ];
 
   nodes = {
     node1 = { pkgs, ... }: {