diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-04T23·41+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-04T23·41+0000 |
commit | 76f7ace2730178e923d610cad7dcefc8ad6788e3 (patch) | |
tree | c7ef40d4c10bf0400e042dfdc6c4747069f4854e /ops/nixos/nugget/default.nix | |
parent | 10e2e56b67b41eb6315fdc4cc1bc161f43440dad (diff) |
feat(ops/nixos/nugget): Enable U2F hardware support r/476
Diffstat (limited to 'ops/nixos/nugget/default.nix')
-rw-r--r-- | ops/nixos/nugget/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index 98876345b01c..d4b5b6f7e6d6 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -14,6 +14,7 @@ in pkgs.lib.fix(self: { hardware = { pulseaudio.enable = true; cpu.intel.updateMicrocode = true; + u2f.enable = true; }; boot = { |