diff --git a/home-manager/commands/commands.nix b/home-manager/commands/commands.nix index d3ed021..0d43637 100644 --- a/home-manager/commands/commands.nix +++ b/home-manager/commands/commands.nix @@ -56,6 +56,7 @@ wireguard-tools yazi yt-dlp + yubikey-manager ] ++ lib.optionals (hostname == "eva-01") [ # cyber diff --git a/hosts/eva-01/configuration.nix b/hosts/eva-01/configuration.nix index 90f4e48..84570a4 100644 --- a/hosts/eva-01/configuration.nix +++ b/hosts/eva-01/configuration.nix @@ -124,6 +124,9 @@ # Enable CUPS to print documents. services.printing.enable = false; + # Enable Smart Card + services.pcscd.enable = true; + # Enable sound with pipewire. services.pulseaudio.enable = false; #hardware.pulseaudio = {