Fix missing default certs-dumper package

This commit is contained in:
Natsu Kagami 2023-06-11 22:55:29 +02:00
parent 5bfa0c6402
commit 9995092946
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -9,6 +9,7 @@ in
enable = mkEnableOption "Dump certs onto a given directory ";
package = mkOption {
type = types.package;
default = pkgs.traefik-certs-dumper;
description = "The certs dumper package to use";
};
destination = mkOption {