forked from mirrors/nixpkgs
nixos/lock-kernel-modules: add myself to maintainers
This commit is contained in:
parent
72bb5a5449
commit
e619998eb3
|
@ -3,6 +3,10 @@
|
|||
with lib;
|
||||
|
||||
{
|
||||
meta = {
|
||||
maintainers = [ maintainers.joachifm ];
|
||||
};
|
||||
|
||||
options = {
|
||||
security.lockKernelModules = mkOption {
|
||||
type = types.bool;
|
||||
|
|
Loading…
Reference in a new issue