Qualify mkOption with lib
This commit is contained in:
parent
70ec24093c
commit
8e159b9d1e
@ -76,7 +76,7 @@ in
|
|||||||
###### interface
|
###### interface
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
security.setuidPrograms = mkOption {
|
security.setuidPrograms = lib.mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
default = [];
|
default = [];
|
||||||
example = ["passwd"];
|
example = ["passwd"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user