combine config

This commit is contained in:
zuckerberg
2021-02-22 23:57:05 -05:00
parent 7f0b25c0b6
commit 36b6081783
23 changed files with 18 additions and 106 deletions

7
common/pc/yubikey.nix Normal file
View File

@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
# yubikey
services.pcscd.enable = true;
services.udev.packages = [ pkgs.yubikey-personalization ];
}