framework for yubikey but nothing done yet
This commit is contained in:
parent
2e89390dd0
commit
5848a4e3f8
3 changed files with 13 additions and 0 deletions
11
modules/yubikey/default.nix
Normal file
11
modules/yubikey/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf;
|
||||
inherit (config) conf;
|
||||
in
|
||||
mkIf conf.yuibkey.enable {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue