Add gpg with yubikey
All checks were successful
check / check (push) Successful in 30s

This commit is contained in:
Florian RICHER 2024-07-14 20:40:20 +02:00
parent fb97c4e0d5
commit 4ac5527aca
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -21,6 +21,14 @@
nixpkgs.config.allowUnfree = true;
services.udev.packages = [ pkgs.yubikey-personalization ];
services.pcscd.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
@ -32,6 +40,8 @@
lldb
gammaray # QT Inspector
yubikey-manager
# Usefull for automatic informations collect software like KDE
vulkan-tools # For vulkaninfo command
wayland-utils # For wayland-info command