From 63dd09bc8e887845bef5151a88bfa8c61d55cef2 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Fri, 4 Oct 2024 20:25:54 +0200 Subject: [PATCH] youbiiii --- common/services/usbguard.nix | 2 ++ home/tasia/home.nix | 2 +- hosts/yaseen/configuration.nix | 2 ++ hosts/yaseen/yubikey.nix | 10 ++++++++++ 4 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 hosts/yaseen/yubikey.nix diff --git a/common/services/usbguard.nix b/common/services/usbguard.nix index 95f5c98..1a2eece 100644 --- a/common/services/usbguard.nix +++ b/common/services/usbguard.nix @@ -38,6 +38,8 @@ # Baofeng programmer allow id 067b:2303 serial "" name "USB-Serial Controller D" + + allow id 1050:0407 serial "" name "YubiKey OTP+FIDO+CCID" ''; }; } diff --git a/home/tasia/home.nix b/home/tasia/home.nix index ab193ef..2628247 100644 --- a/home/tasia/home.nix +++ b/home/tasia/home.nix @@ -65,7 +65,7 @@ picard kleopatra qbittorrent - tor-browser + # tor-browser ssb-patchwork pixelorama diff --git a/hosts/yaseen/configuration.nix b/hosts/yaseen/configuration.nix index 60eb1ce..61f2e8e 100644 --- a/hosts/yaseen/configuration.nix +++ b/hosts/yaseen/configuration.nix @@ -51,6 +51,7 @@ in { # Personal modules # ../../modules/nixos/tildefriends.nix + ./yubikey.nix ]; # RGB Keyboard backight @@ -126,6 +127,7 @@ in { lynx chirp + yubikey-manager inputs.agenix.packages.x86_64-linux.default ]; diff --git a/hosts/yaseen/yubikey.nix b/hosts/yaseen/yubikey.nix new file mode 100644 index 0000000..497e3cb --- /dev/null +++ b/hosts/yaseen/yubikey.nix @@ -0,0 +1,10 @@ +{ pkgs, ... +}: { +# services.udev.packages = [ pkgs.yubikey-personalization ]; + +# programs.gnupg.agent = { +# enable = true; +# enableSSHSupport = true; +# }; + +} \ No newline at end of file