forked from M-Labs/nix-scripts
nixbld: remove yubico otp
This commit is contained in:
parent
dcb8e499df
commit
17b8869da2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue