nixbld: remove yubico otp

wfvm
Sebastien Bourdeauducq 2020-06-15 16:55:14 +08:00
parent dcb8e499df
commit 17b8869da2
1 changed files with 1 additions and 6 deletions

View File

@ -30,12 +30,6 @@ in
security.apparmor.enable = true;
security.pam.yubico = {
enable = true;
id = "49094";
control = "required";
};
networking = {
hostName = "nixbld";
firewall = {
@ -200,6 +194,7 @@ in
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh.forwardX11 = true;
services.openssh.passwordAuthentication = false;
programs.mosh.enable = true;
programs.fish.enable = true;