add yubikey , hypridle and docker service isn't active on boot except on server
This commit is contained in:
14
modules/yubikey.nix
Normal file
14
modules/yubikey.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ config, lib, inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
security.pam.yubico = {
|
||||
enable = true;
|
||||
id = "30536547";
|
||||
mode = "challenge-response";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user