framework for yubikey but nothing done yet

This commit is contained in:
twoneis 2025-03-06 15:24:56 +01:00
parent 2e89390dd0
commit 5848a4e3f8
3 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
lib,
config,
pkgs,
...
}: let
inherit (lib) mkIf;
inherit (config) conf;
in
mkIf conf.yuibkey.enable {
}