prune
This commit is contained in:
@@ -254,10 +254,9 @@ in
|
|||||||
flake.modules.homeManager.mtls = { config, lib, pkgs, ... }:
|
flake.modules.homeManager.mtls = { config, lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
cfg = config.mtls;
|
cfg = config.mtls;
|
||||||
certDir = cfg.certDir;
|
tlsKey = "${cfg.certDir}/${cfg.keyFilename}";
|
||||||
tlsKey = "${certDir}/${cfg.keyFilename}";
|
tlsCert = "${cfg.certDir}/${cfg.certFilename}";
|
||||||
tlsCert = "${certDir}/${cfg.certFilename}";
|
mtlsBundle = "${cfg.certDir}/${cfg.bundleFilename}";
|
||||||
mtlsBundle = "${certDir}/${cfg.bundleFilename}";
|
|
||||||
sanArgs = lib.concatMapStringsSep " " (san: "--san \"${san}\"") cfg.san;
|
sanArgs = lib.concatMapStringsSep " " (san: "--san \"${san}\"") cfg.san;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user