about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPatryk Wychowaniec <wychowaniec.patryk@gmail.com>2022-02-02 20:48:35 +0100
committerPatryk Wychowaniec <wychowaniec.patryk@gmail.com>2022-02-02 20:48:35 +0100
commit30c8f7c42d12cab1d3d71f668ad238b09a1ab506 (patch)
tree77da87d25718a642b3f3b0cab7acc407d0be33f9 /nixos
parent177d2970932e00cf3caff75c6d01a2c20c63fabc (diff)
nixos/kvmgt: add myself to maintainers
I've got a use case and compatible hardware, so why not :-)
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/virtualisation/kvmgt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/kvmgt.nix b/nixos/modules/virtualisation/kvmgt.nix
index 72bd2c24e5664..5e7a73bec902b 100644
--- a/nixos/modules/virtualisation/kvmgt.nix
+++ b/nixos/modules/virtualisation/kvmgt.nix
@@ -82,5 +82,5 @@ in {
     };
   };
 
-  meta.maintainers = with maintainers; [ ];
+  meta.maintainers = with maintainers; [ patryk27 ];
 }