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 = {