packages: unshadow kanidm
This commit is contained in:
parent
827ca9bbb8
commit
2b4df99bf8
1 changed files with 1 additions and 5 deletions
|
@ -9,11 +9,7 @@
|
||||||
|
|
||||||
options.shadows = lib.mkOption {
|
options.shadows = lib.mkOption {
|
||||||
type = with lib.types; lazyAttrsOf package;
|
type = with lib.types; lazyAttrsOf package;
|
||||||
default = {
|
default = { };
|
||||||
inherit (self'.packages)
|
|
||||||
kanidm
|
|
||||||
;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue