From fc7f1ee0f1fc2609e6141fd6e2c091b6ce4acdd1 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sun, 25 Jun 2023 14:24:52 +0100 Subject: [PATCH] Add U2F PAM --- hosts/dingbox/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/dingbox/configuration.nix b/hosts/dingbox/configuration.nix index adfa3be..22ea6e0 100644 --- a/hosts/dingbox/configuration.nix +++ b/hosts/dingbox/configuration.nix @@ -27,6 +27,10 @@ environment.sessionVariables.NIXOS_OZONE_WL = "1"; + security.pam.u2f = { + enable = true; + }; + hardware.nvidia.modesetting.enable = true; networking.hostName = "dingbox"; # Define your hostname.