From 08d4be5b51bb595e55555cc93c47f7adc77ed1c3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 22 Sep 2024 15:15:46 -0700 Subject: core: move harware and software to desktop --- modules/core/hardware/yubikey.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 modules/core/hardware/yubikey.nix (limited to 'modules/core/hardware/yubikey.nix') diff --git a/modules/core/hardware/yubikey.nix b/modules/core/hardware/yubikey.nix deleted file mode 100644 index 6bd4a5c..0000000 --- a/modules/core/hardware/yubikey.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ pkgs, ... }: -{ - hardware.gpgSmartcards.enable = true; - - services = { - pcscd.enable = true; - udev.packages = [ pkgs.yubikey-personalization ]; - }; - - environment.systemPackages = with pkgs; [ - yubikey-manager - yubikey-manager-qt - yubikey-personalization - yubikey-personalization-gui - yubico-piv-tool - yubioath-flutter - ]; -} -- cgit v1.2.3