about summary refs log tree commit diff
path: root/nixos/tests/incus/preseed.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/incus/preseed.nix')
-rw-r--r--nixos/tests/incus/preseed.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/tests/incus/preseed.nix b/nixos/tests/incus/preseed.nix
index 47b2d0cd62284..a488d71f3c92a 100644
--- a/nixos/tests/incus/preseed.nix
+++ b/nixos/tests/incus/preseed.nix
@@ -3,7 +3,9 @@ import ../make-test-python.nix ({ pkgs, lib, ... } :
 {
   name = "incus-preseed";
 
-  meta.maintainers = with lib.maintainers; [ adamcstephens ];
+  meta = {
+    maintainers = lib.teams.lxc.members;
+  };
 
   nodes.machine = { lib, ... }: {
     virtualisation = {