steveej-t480s-work: upgrade to nixos 19.03

This commit is contained in:
steveej 2019-03-06 00:05:12 +01:00
parent ec01ff74b6
commit 87bd443af3
5 changed files with 11 additions and 9 deletions

View file

@ -13,6 +13,6 @@ in {
uid = 1000;
};
security.pam.enableU2F = true;
security.pam.u2f.enable = true;
security.pam.services.steveej.u2fAuth = true;
}