refactor flake.nix and osConfig organization
This commit is contained in:
14
osConfigs/modules/yubikey.nix
Normal file
14
osConfigs/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