nixos/modules: Use meta.teams over meta.maintainers = lib.teams.*.members

This allows getting the team itself requested for a review instead of
the individual members
This commit is contained in:
Silvan Mosberger 2026-02-07 17:12:21 +01:00
commit dbb164c759
94 changed files with 102 additions and 101 deletions

View file

@ -49,5 +49,5 @@ in
systemd.user.services.dsearch.wantedBy = mkIf cfg.systemd.enable [ cfg.systemd.target ];
};
meta.maintainers = lib.teams.danklinux.members;
meta.teams = [ lib.teams.danklinux ];
}