mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
treewide: remove lxc team from lxd packages and modules
LXD is not under the LXC project any longer
This commit is contained in:
parent
094f2b6c9d
commit
ac18c4d1e9
14 changed files with 13 additions and 37 deletions
|
@ -46,6 +46,10 @@ let
|
|||
else { files = []; properties = {}; };
|
||||
|
||||
in {
|
||||
meta = {
|
||||
maintainers = lib.teams.lxc.members;
|
||||
};
|
||||
|
||||
options = {
|
||||
virtualisation.lxc = {
|
||||
templates = lib.mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue