nixbld: support yubikey+password 2FA

tecpak
Sebastien Bourdeauducq 2019-09-22 20:25:03 +08:00
parent 5a023b7e8f
commit 771b91f4f3
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@ in
security.apparmor.enable = true;
security.pam.yubico = {
enable = true;
id = "49094";
control = "required";
};
networking = {
hostName = "nixbld";
firewall = {