mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
hardware/yubikey: enable PIV certificates
This commit is contained in:
parent
8c6850d7ef
commit
fa6f85cc83
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ in
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services.pcscd.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue