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