add yubikey params
This commit is contained in:
@@ -21,6 +21,8 @@
|
|||||||
tesseract
|
tesseract
|
||||||
syncthing
|
syncthing
|
||||||
todo
|
todo
|
||||||
|
pass
|
||||||
|
# yubikey-manager-qt
|
||||||
];
|
];
|
||||||
|
|
||||||
services.syncthing = { enable = true; };
|
services.syncthing = { enable = true; };
|
||||||
|
|||||||
@@ -85,6 +85,7 @@
|
|||||||
tree = "eza --tree";
|
tree = "eza --tree";
|
||||||
kk = "sudo kill -9";
|
kk = "sudo kill -9";
|
||||||
grepps = "ps -A | grep";
|
grepps = "ps -A | grep";
|
||||||
|
try = ''f() { nix-shell -p "$@" --run zsh; unset -f f; }; f'';
|
||||||
|
|
||||||
gitpa = ''f() { git add -A && git commit -m "$1" && git push; }; f'';
|
gitpa = ''f() { git add -A && git commit -m "$1" && git push; }; f'';
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,9 @@
|
|||||||
{
|
{
|
||||||
services.udev.packages = [ pkgs.yubikey-personalization ];
|
services.udev.packages = [ pkgs.yubikey-personalization ];
|
||||||
|
|
||||||
|
services.pcscd.enable = true;
|
||||||
|
# services.yubikey-agent.enable = true;
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# enableSSHSupport = true;
|
# enableSSHSupport = true;
|
||||||
@@ -50,6 +53,9 @@
|
|||||||
# lenovo-legion
|
# lenovo-legion
|
||||||
fprintd
|
fprintd
|
||||||
# fprintd-clients
|
# fprintd-clients
|
||||||
|
yubioath-flutter
|
||||||
|
yubikey-manager
|
||||||
|
pam_u2f
|
||||||
];
|
];
|
||||||
|
|
||||||
# starting the following units: accounts-daemon.service, systemd-modules-load.service, systemd-tmpfiles-resetup.service, tlp.ser
|
# starting the following units: accounts-daemon.service, systemd-modules-load.service, systemd-tmpfiles-resetup.service, tlp.ser
|
||||||
|
|||||||
Reference in New Issue
Block a user