forked from M-Labs/nix-scripts
nixbld: support yubikey+password 2FA
This commit is contained in:
parent
5a023b7e8f
commit
771b91f4f3
|
@ -29,6 +29,12 @@ in
|
||||||
|
|
||||||
security.apparmor.enable = true;
|
security.apparmor.enable = true;
|
||||||
|
|
||||||
|
security.pam.yubico = {
|
||||||
|
enable = true;
|
||||||
|
id = "49094";
|
||||||
|
control = "required";
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "nixbld";
|
hostName = "nixbld";
|
||||||
firewall = {
|
firewall = {
|
||||||
|
|
Loading…
Reference in New Issue