diff options
author | Ben Sima <ben@bsima.me> | 2025-05-01 19:38:23 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-05-01 19:38:23 -0400 |
commit | 3b54925f115bf5f7252138b19e2f8acf6c6f6179 (patch) | |
tree | 9396850b3778cea3b361514e63722770efa642f0 | |
parent | 2828a14eaa05bd8bcc3b381125f9b539b95587c5 (diff) |
Enable pcscd
I need this to make my yubikey work.
-rw-r--r-- | Omni/Dev/Beryllium/Configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Omni/Dev/Beryllium/Configuration.nix b/Omni/Dev/Beryllium/Configuration.nix index 8fa783b..63da821 100644 --- a/Omni/Dev/Beryllium/Configuration.nix +++ b/Omni/Dev/Beryllium/Configuration.nix @@ -100,6 +100,8 @@ in { services.eternal-terminal.enable = true; + services.pcscd.enable = true; + environment.systemPackages = with pkgs; [ v4l-utils linuxPackages.v4l2loopback |