Add yubikey support
This commit is contained in:
parent
fe3bdd4949
commit
591c1b0968
|
@ -209,6 +209,13 @@ in {
|
|||
permitRootLogin = "no";
|
||||
};
|
||||
|
||||
udev.packages = with pkgs; [
|
||||
yubikey-personalization
|
||||
android-udev-rules
|
||||
];
|
||||
|
||||
pcscd.enable = true;
|
||||
|
||||
dbus = {
|
||||
# enable = !machineVars.headless;
|
||||
packages = with pkgs; [
|
||||
|
|
Loading…
Reference in New Issue