environments with direnv and vm based config tests #9

Merged
steveej merged 30 commits from staging into master 2018-10-28 10:27:39 +00:00
Showing only changes of commit ee9b955545 - Show all commits

View file

@ -41,6 +41,11 @@ in
hashedPassword = passwords.users.steveej2; hashedPassword = passwords.users.steveej2;
}; };
users.extraUsers.steveej3 = mkUser {
uid = 1002;
hashedPassword = passwords.users.steveej;
};
security.pam.enableU2F = true; security.pam.enableU2F = true;
security.pam.services.steveej.u2fAuth = true; security.pam.services.steveej.u2fAuth = true;
} }