This commit is contained in:
Aaron Bieber 2023-03-06 18:08:05 -07:00
parent f23b34c15f
commit 4f090eefe4
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
{ config, lib, pkgs, inputs, xinlib, ... }:
let
cfg = config.services.xinCA;
stepKmsPlugin = pkgs.callpackage ../pkgs/step-kms-plugin.nix { };
stepKmsPlugin = pkgs.callPackage ../pkgs/step-kms-plugin.nix { };
in with lib; {
options = {
services.xinCA = {