From 985f687cc4b9e8bc0aa5a0ef8873dd0f86c57fdd Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Sat, 23 Mar 2024 22:41:16 +0100 Subject: [PATCH] [yubikey] Enable on laptop --- nixos/hosts/Tibo-NixFat/default.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/Tibo-NixFat/default.nix b/nixos/hosts/Tibo-NixFat/default.nix index cf367bd..3d9205c 100644 --- a/nixos/hosts/Tibo-NixFat/default.nix +++ b/nixos/hosts/Tibo-NixFat/default.nix @@ -8,9 +8,12 @@ sisyphus = { desktop.sway.enable = true; - hardware.nvidia = { - enable = true; - model = "Quadro T2000"; + hardware = { + nvidia = { + enable = true; + model = "Quadro T2000"; + }; + yubikey.enable = true; }; networking = {