diff --git a/nixos/module/headless.nix b/nixos/module/headless.nix index c02d4fa..6191a82 100644 --- a/nixos/module/headless.nix +++ b/nixos/module/headless.nix @@ -14,7 +14,6 @@ hardware.graphics.enable = false; security.lockKernelModules = true; - security.pam.sshAgentAuth.enable = true; security.protectKernelImage = true; services.openssh.enable = true; services.openssh.openFirewall = true;