mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore: add yubikey support
This commit is contained in:
parent
10f670ff7b
commit
615d229e1f
2 changed files with 5 additions and 0 deletions
machines/fischer
|
@ -157,6 +157,9 @@
|
|||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
services.pcscd.enable = true;
|
||||
services.udev.packages = [ pkgs.yubikey-personalization ];
|
||||
|
||||
services.zerotierone = {
|
||||
enable = true;
|
||||
joinNetworks = [
|
||||
|
|
|
@ -75,6 +75,8 @@
|
|||
pkgs.stable.pyright
|
||||
unstable.nixd
|
||||
unstable.nixfmt-rfc-style
|
||||
kanidm
|
||||
yubioath-flutter
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue