nixos/physical: add yubikey
This commit is contained in:
parent
7019f82151
commit
a963d7fc39
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
networking.stevenblack.enable = true;
|
networking.stevenblack.enable = true;
|
||||||
services.system76-scheduler.enable = true;
|
services.system76-scheduler.enable = true;
|
||||||
services.power-profiles-daemon.enable = true;
|
services.power-profiles-daemon.enable = true;
|
||||||
services.thermald.enable = true;
|
services.thermald.enable = true;
|
||||||
|
|
||||||
|
# YubiKey
|
||||||
|
services.udev.packages = [pkgs.yubikey-personalization];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue