feat: add public keys for secrets

This commit is contained in:
oddlama 2023-01-26 16:06:00 +01:00
parent c4f7c96bf0
commit 2a6e6c4ad1
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 14 additions and 0 deletions

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [yubikey-manager yubikey-personalization age-plugin-yubikey];
services.udev.packages = with pkgs; [yubikey-personalization libu2f-host];
services.pcscd.enable = true;
}