treewide: yubikey-agent init

This commit is contained in:
hand7s 2025-04-27 13:08:09 +03:00
parent ecb262bd68
commit 452ee3c625
No known key found for this signature in database
4 changed files with 20 additions and 0 deletions

View file

@ -69,6 +69,7 @@
./services/sunshine.nix
./services/usbmuxd.nix
./services/irqbalance.nix
./services/yubikey-agent.nix
./sops/defaults.nix
./sops/secrets.nix

View file

@ -0,0 +1,9 @@
{
...
}: {
services = {
yubikey-agent = {
enab = true;
};
};
}