combine config
This commit is contained in:
7
common/pc/yubikey.nix
Normal file
7
common/pc/yubikey.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# yubikey
|
||||
services.pcscd.enable = true;
|
||||
services.udev.packages = [ pkgs.yubikey-personalization ];
|
||||
}
|
||||
Reference in New Issue
Block a user