summary refs log tree commit diff
path: root/nixos/modules/services/misc/felix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/felix.nix')
-rw-r--r--nixos/modules/services/misc/felix.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/felix.nix b/nixos/modules/services/misc/felix.nix
index 21740c8c0b7..8d438bb9eb1 100644
--- a/nixos/modules/services/misc/felix.nix
+++ b/nixos/modules/services/misc/felix.nix
@@ -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.";
       };