treewide: remove lxc team from lxd packages and modules

LXD is not under the LXC project any longer
This commit is contained in:
Adam Stephens 2024-08-10 13:03:28 -04:00
parent 094f2b6c9d
commit ac18c4d1e9
No known key found for this signature in database
14 changed files with 13 additions and 37 deletions

View file

@ -46,6 +46,10 @@ let
else { files = []; properties = {}; };
in {
meta = {
maintainers = lib.teams.lxc.members;
};
options = {
virtualisation.lxc = {
templates = lib.mkOption {