nixos/services.vault: fmt

This commit is contained in:
Felix Buehler 2024-12-29 22:25:53 +01:00
parent c24987c6ad
commit cae64813e8

View file

@ -224,9 +224,11 @@ in
description = "Vault server daemon";
wantedBy = [ "multi-user.target" ];
after = [
"network.target"
] ++ lib.optional (config.services.consul.enable && cfg.storageBackend == "consul") "consul.service";
after =
[
"network.target"
]
++ lib.optional (config.services.consul.enable && cfg.storageBackend == "consul") "consul.service";
restartIfChanged = false; # do not restart on "nixos-rebuild switch". It would seal the storage and disrupt the clients.