Add dashboard support
This commit is contained in:
parent
fea90592fe
commit
0842bd53a2
5 changed files with 52 additions and 9 deletions
|
@ -21,7 +21,7 @@ let
|
|||
cfg = config.cloud.traefik;
|
||||
in
|
||||
{
|
||||
imports = [ ./config.nix ];
|
||||
imports = [ ./config.nix ./dashboard.nix ];
|
||||
options.cloud.traefik = {
|
||||
cloudflareKeyFile = mkOption {
|
||||
type = types.path;
|
||||
|
@ -58,10 +58,6 @@ in
|
|||
accessLog = {};
|
||||
log.level = "info";
|
||||
|
||||
# Dashboard
|
||||
# ---------
|
||||
api.dashboard = true;
|
||||
|
||||
# ACME Automatic SSL
|
||||
# ------------------
|
||||
certificatesResolvers.le.acme = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue