1
0
Fork 0

use attrset to define haproxy config

This commit is contained in:
ibizaman 2022-12-03 22:41:16 -08:00
parent 2f2c2161a3
commit 70ab22503d
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,6 @@ let
mkHaproxyConfig = callPackage ./haproxy/mkconfig.nix {inherit HaproxyConfig;};
HaproxyService = callPackage ./haproxy/unit.nix {inherit utils;};
mkHaproxyService = callPackage ./haproxy/mkunit.nix {inherit HaproxyService;};
mkHaproxySiteConfig = callPackage ./haproxy/siteconfig.nix {};
CaddyConfig = callPackage ./caddy/config.nix {inherit utils;};
CaddyService = callPackage ./caddy/unit.nix {inherit utils;};

View file

@ -7,7 +7,7 @@
, configFile ? "keycloak.conf"
, logLevel ? "INFO"
, metricsEnabled ? false
, hostname ? "keycloak.hostname.com"
, hostname
, dbType ? "postgres"
, dbUsername ? "keycloak"