summary refs log tree commit diff
path: root/nixos/tests/pam-oath-login.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/pam-oath-login.nix')
-rw-r--r--nixos/tests/pam-oath-login.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/pam-oath-login.nix b/nixos/tests/pam-oath-login.nix
index 4364d6e354a6..eb5966d92139 100644
--- a/nixos/tests/pam-oath-login.nix
+++ b/nixos/tests/pam-oath-login.nix
@@ -30,7 +30,7 @@ in
         enable = true;
       };
 
-      users.extraUsers.alice = {
+      users.users.alice = {
         isNormalUser = true;
         name = "alice";
         uid = 1000;