From 7dab8bff864b457c5102c4166f17252b9cc6503a Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 5 Nov 2022 14:37:51 +0100 Subject: [PATCH] hosts: make yubioath work --- hosts/configuration.nix | 2 ++ hosts/home.nix | 1 + hosts/laptop/home.nix | 1 + 3 files changed, 4 insertions(+) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index f42bc92..48bda5a 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -121,6 +121,8 @@ # ''; # Temporary extra config so ssh will work in guacamole passwordAuthentication = false; }; + pcscd.enable = true; + udev.packages = [ pkgs.yubikey-personalization ]; #flatpak.enable = true; # download flatpak file from website - sudo flatpak install - reboot if not showing up # sudo flatpak uninstall --delete-data (> flatpak list --app) - flatpak uninstall --unused # List: diff --git a/hosts/home.nix b/hosts/home.nix index 5ecd8c2..39ed7a6 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -68,6 +68,7 @@ #wacomtablet # Wacom Tablet #wget # Downloader #zsh # Shell + keepassxc # # General home-manager #alacritty # Terminal Emulator diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 2650c19..e40669d 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -34,6 +34,7 @@ intel-gpu-tools pulsemixer yubioath-desktop + yubikey-manager # Display light # xorg.xbacklight not supported. Other option is just use xrandr.