commit f54313bea7d4259c4cc791e8521a7ef275a2d23e
parent 3c74ae65e1fd56e145f920fd05e8a248861b78ff
Author: vin <vin@vineetk.net>
Date: Mon, 13 Jan 2025 23:07:46 -0500
start to actually use my yubikey nano
Diffstat:
3 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/home.nix b/home.nix
@@ -10,6 +10,7 @@ in {
packages = with pkgs; [
age
+ age-plugin-yubikey
amdgpu_top
dmenu
doas
@@ -31,6 +32,8 @@ in {
xdotool
xsel
xwallpaper
+ yubikey-agent
+ yubikey-manager
];
preferXdgDirectories = true;
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix
@@ -277,6 +277,9 @@
];
};
+ # for yubikey
+ pcscd.enable = true;
+
# sound. for some reason, pipewire enabled itself when I tried
# using pulseaudio and home-manager, so had to disable pulseaudio.
pipewire = {
diff --git a/hosts/lappy/default.nix b/hosts/lappy/default.nix
@@ -226,6 +226,9 @@
};
};
+ # for yubikey
+ pcscd.enable = true;
+
# sound. for some reason, pipewire enabled itself when I tried
# using pulseaudio and home-manager, so had to disable pulseaudio.
pipewire = {