app: add age-yubi-plugin

This commit is contained in:
Kabbone 2022-12-21 21:50:20 +01:00
parent 8fa66e04c1
commit 6578e0f5bc
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -98,6 +98,7 @@
qmk-udev-rules qmk-udev-rules
gptfdisk gptfdisk
agenix.defaultPackage.x86_64-linux agenix.defaultPackage.x86_64-linux
age-plugin-yubikey
]; ];
}; };
@ -131,7 +132,7 @@
# ''; # Temporary extra config so ssh will work in guacamole # ''; # Temporary extra config so ssh will work in guacamole
passwordAuthentication = false; passwordAuthentication = false;
}; };
pcscd.enable = true; #pcscd.enable = true;
udev.packages = [ pkgs.yubikey-personalization ]; udev.packages = [ pkgs.yubikey-personalization ];
#flatpak.enable = true; # download flatpak file from website - sudo flatpak install <path> - reboot if not showing up #flatpak.enable = true; # download flatpak file from website - sudo flatpak install <path> - reboot if not showing up
# sudo flatpak uninstall --delete-data <app-id> (> flatpak list --app) - flatpak uninstall --unused # sudo flatpak uninstall --delete-data <app-id> (> flatpak list --app) - flatpak uninstall --unused