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