mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-02-17 20:43:25 +00:00
Added basic yubikey support
This commit is contained in:
@@ -42,6 +42,11 @@
|
||||
|
||||
gnome.gnome-keyring.enable = true;
|
||||
pcscd.enable = true;
|
||||
udev = {
|
||||
packages = [
|
||||
pkgs.yubikey-personalization
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# Add custom services
|
||||
|
||||
Reference in New Issue
Block a user