diff --git a/configs/ca.nix b/configs/ca.nix index 2fd4978..8872566 100644 --- a/configs/ca.nix +++ b/configs/ca.nix @@ -74,7 +74,7 @@ in with lib; { ]; services.step-ca = { - enable = false; + enable = true; intermediatePasswordFile = "${config.sops.secrets.ca_password.path}"; address = "127.0.0.1"; port = 443; diff --git a/pkgs/step-kms-plugin.nix b/pkgs/step-kms-plugin.nix index c77b34b..ecdadf5 100644 --- a/pkgs/step-kms-plugin.nix +++ b/pkgs/step-kms-plugin.nix @@ -23,7 +23,7 @@ in buildGoModule rec { buildInputs = [ pcsclite softhsm ]; - ldflags = [ "-w" "-s" "-X main.Version=${version}" ]; + ldflags = [ "-w" "-s" "-X github.com/smallstep/step-kms-plugin/cmd.Version=${version}" ]; vendorHash = "sha256-Z1hMZGRLiLlrYlyV4GBL+zCPJv+i/EcZPI07RinpY2Q=";