diff --git a/nixos-configuration/steveej-laptop/user.nix b/nixos-configuration/steveej-laptop/user.nix index 9cab86b..6d53acd 100644 --- a/nixos-configuration/steveej-laptop/user.nix +++ b/nixos-configuration/steveej-laptop/user.nix @@ -41,6 +41,11 @@ in hashedPassword = passwords.users.steveej2; }; + users.extraUsers.steveej3 = mkUser { + uid = 1002; + hashedPassword = passwords.users.steveej; + }; + security.pam.enableU2F = true; security.pam.services.steveej.u2fAuth = true; }