Begun yubikey integration

This commit is contained in:
2025-10-23 23:52:24 -04:00
parent 7182bc8e8e
commit 94d28215a6
6 changed files with 45 additions and 4 deletions

View File

@@ -2,7 +2,16 @@
...
}:
{
programs = {
yubikey-manager.enable = true;
yubikey-touch-detector.enable = true;
};
services = {
yubikey-agent.enable = true;
};
security = {
rtkit.enable = true;
};
}
}