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