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