ca: install opensc

This commit is contained in:
Aaron Bieber 2023-02-21 05:44:17 -07:00
parent c6e7790952
commit 51f1049fd0
No known key found for this signature in database

View File

@ -63,9 +63,8 @@ in with lib; {
networking.hosts = { "127.0.0.1" = [ "ca.bolddaemon.com" ]; };
environment.systemPackages = with pkgs; [ step-cli ];
environment.sessionVariables = { STEPPATH = "/var/lib/step-ca"; };
environment.systemPackages = with pkgs; [ step-cli opensc ];
services.step-ca = {
enable = true;