Abstract over traefik config!

This commit is contained in:
Natsu Kagami 2021-11-01 14:41:55 -04:00
parent 2899de625f
commit 6ba98bf0c3
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
4 changed files with 75 additions and 8 deletions

View file

@ -21,6 +21,7 @@ let
cfg = config.cloud.traefik;
in
{
imports = [ ./config.nix ];
options.cloud.traefik = {
cloudflareKeyFile = mkOption {
type = types.path;