nixos/felix: add types
This commit is contained in:
parent
f2ce0f543d
commit
f8236681be
@ -27,11 +27,13 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
user = mkOption {
|
user = mkOption {
|
||||||
|
type = types.str;
|
||||||
default = "osgi";
|
default = "osgi";
|
||||||
description = "User account under which Apache Felix runs.";
|
description = "User account under which Apache Felix runs.";
|
||||||
};
|
};
|
||||||
|
|
||||||
group = mkOption {
|
group = mkOption {
|
||||||
|
type = types.str;
|
||||||
default = "osgi";
|
default = "osgi";
|
||||||
description = "Group account under which Apache Felix runs.";
|
description = "Group account under which Apache Felix runs.";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user