From dbbd5193ea51e1ef007472d844c56d88e7f4ea5b Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 18 Sep 2022 17:41:10 +0200 Subject: [PATCH] add yubikey-agent --- hosts/home.nix | 5 +++-- hosts/q920/default.nix | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/home.nix b/hosts/home.nix index 37d87b2..ca04d49 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -33,6 +33,7 @@ btop # Resource Manager pfetch # Minimal fetch ranger # File Manager + yubikey-agent # sign and authorize 2nd Fac # Video/Audio feh # Image Viewer @@ -99,7 +100,7 @@ waybar # Bar # # Desktop - blueman # Bluetooth + #blueman # Bluetooth #deluge # Torrents #discord # Chat ffmpeg # Video Support (dslr) @@ -117,7 +118,7 @@ #simple-scan # Scanning # # Laptop - blueman # Bluetooth + #blueman # Bluetooth #light # Display Brightness libreoffice # Office Tools #simple-scan # Scanning diff --git a/hosts/q920/default.nix b/hosts/q920/default.nix index 739f896..d8844cf 100644 --- a/hosts/q920/default.nix +++ b/hosts/q920/default.nix @@ -63,6 +63,7 @@ printing = { # Printing and drivers for TS5300 enable = true; drivers = [ pkgs.gutenprint ]; + yubikey-agent.enable = true; }; avahi = { # Needed to find wireless printer enable = true;