environments with direnv and vm based config tests #9
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue