nixos/tests/audit: add grimmauld to maintainers

This commit is contained in:
Grimmauld 2025-08-03 10:10:26 +02:00
parent 916d8b65cf
commit cf70c17cf2
No known key found for this signature in database

View File

@ -1,7 +1,12 @@
{ lib, ... }:
{ {
name = "audit"; name = "audit";
meta = {
maintainers = with lib.maintainers; [ grimmauld ];
};
nodes = { nodes = {
machine = machine =
{ lib, pkgs, ... }: { lib, pkgs, ... }: