Fix missing default certs-dumper package
This commit is contained in:
parent
5bfa0c6402
commit
9995092946
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue