summary refs log tree commit diff
path: root/nixos/tests/gitolite.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/gitolite.nix')
-rw-r--r--nixos/tests/gitolite.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/gitolite.nix b/nixos/tests/gitolite.nix
index 4b4e081acc5..d4028efad1d 100644
--- a/nixos/tests/gitolite.nix
+++ b/nixos/tests/gitolite.nix
@@ -78,8 +78,8 @@ in
             # there's nobody around that can input password
             PreferredAuthentications publickey
         '';
-        users.extraUsers.alice = { isNormalUser = true; };
-        users.extraUsers.bob = { isNormalUser = true; };
+        users.users.alice = { isNormalUser = true; };
+        users.users.bob = { isNormalUser = true; };
       };
 
   };