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 ";
|
enable = mkEnableOption "Dump certs onto a given directory ";
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
|
default = pkgs.traefik-certs-dumper;
|
||||||
description = "The certs dumper package to use";
|
description = "The certs dumper package to use";
|
||||||
};
|
};
|
||||||
destination = mkOption {
|
destination = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue