about summary refs log tree commit diff
path: root/nixos/tests/redis.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/redis.nix')
-rw-r--r--nixos/tests/redis.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/tests/redis.nix b/nixos/tests/redis.nix
index 79a7847414a9..28b6058c2c02 100644
--- a/nixos/tests/redis.nix
+++ b/nixos/tests/redis.nix
@@ -22,11 +22,10 @@ in
         users.users."member" = {
           createHome = false;
           description = "A member of the redis group";
+          isNormalUser = true;
           extraGroups = [
             "redis"
           ];
-          group = "users";
-          shell = "/bin/sh";
         };
       };
   };