From b811bb1451a19c37f077277bf7f282841487dbf6 Mon Sep 17 00:00:00 2001 From: Lyndon Sanche Date: Mon, 22 Jul 2024 19:11:36 -0600 Subject: [PATCH] common: Rename u2f options as per NixOS/nixpkgs#276106 --- common/security.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/security.nix b/common/security.nix index 2d8eb528..f0b0421b 100644 --- a/common/security.nix +++ b/common/security.nix @@ -5,7 +5,7 @@ pam = { u2f = { enable = true; - cue = true; + settings.cue = true; }; #enableSSHAgentAuth = true; };