feat(adho): Add Yubikey PIV related tools
This commit is contained in:
parent
ac88fee370
commit
45e3207658
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,15 @@
|
|||
services.avahi.enable = true;
|
||||
services.avahi.nssmdns = true;
|
||||
|
||||
# Yubikey related:
|
||||
services.pcscd.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
cfssl
|
||||
libp11
|
||||
opensc
|
||||
yubico-piv-tool
|
||||
];
|
||||
|
||||
networking = {
|
||||
hostName = "adho";
|
||||
wireless.enable = true;
|
||||
|
|
Loading…
Reference in a new issue