chore: add yubikey support

This commit is contained in:
Julien Malka 2025-01-14 16:33:43 +01:00
parent 10f670ff7b
commit 615d229e1f
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 5 additions and 0 deletions

View file

@ -157,6 +157,9 @@
virtualisation.docker.enable = true;
services.pcscd.enable = true;
services.udev.packages = [ pkgs.yubikey-personalization ];
services.zerotierone = {
enable = true;
joinNetworks = [

View file

@ -75,6 +75,8 @@
pkgs.stable.pyright
unstable.nixd
unstable.nixfmt-rfc-style
kanidm
yubioath-flutter
];
fonts.fontconfig.enable = true;