nixos/felix: add types

This commit is contained in:
Scriptkiddi 2021-01-26 20:56:21 +01:00 committed by Cole Helbling
parent f2ce0f543d
commit f8236681be

View file

@ -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.";
};