mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/consul: update deprecated webUi
This commit is contained in:
parent
d3a2719fe8
commit
8e92c6c510
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ let
|
|||
|
||||
configOptions = {
|
||||
data_dir = dataDir;
|
||||
ui = cfg.webUi;
|
||||
ui_config = {
|
||||
enabled = cfg.webUi;
|
||||
};
|
||||
} // cfg.extraConfig;
|
||||
|
||||
configFiles = [ "/etc/consul.json" "/etc/consul-addrs.json" ]
|
||||
|
|
Loading…
Reference in a new issue