nixos/vault: extraConfigPaths -> extraSettingsPaths
Align with RFC42 language, even if in advance of the actual settings attribute.
This commit is contained in:
@@ -16,7 +16,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
|
||||
environment.systemPackages = [ pkgs.vault ];
|
||||
environment.variables.VAULT_ADDR = "http://127.0.0.1:8200";
|
||||
services.vault.enable = true;
|
||||
services.vault.extraConfigPaths = [ "/run/vault.hcl" ];
|
||||
services.vault.extraSettingsPaths = [ "/run/vault.hcl" ];
|
||||
|
||||
systemd.services.vault = {
|
||||
after = [
|
||||
|
||||
Reference in New Issue
Block a user