feat(ops/nixos/nugget): Enable U2F hardware support

This commit is contained in:
Vincent Ambo 2020-02-04 23:41:33 +00:00
parent 10e2e56b67
commit 76f7ace273

View file

@ -14,6 +14,7 @@ in pkgs.lib.fix(self: {
hardware = {
pulseaudio.enable = true;
cpu.intel.updateMicrocode = true;
u2f.enable = true;
};
boot = {