Initial dendritic rewrite
This commit is contained in:
16
modules/features/yubikey.nix
Normal file
16
modules/features/yubikey.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
flake.modules.nixos.yubikey =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs = {
|
||||
yubikey-manager.enable = true;
|
||||
yubikey-touch-detector.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.age-plugin-yubikey
|
||||
];
|
||||
|
||||
services.yubikey-agent.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user