{ pkgs, ... }: { services.vault = { enable = true; package = pkgs.vault-bin; storageBackend = "file"; extraConfig = '' ui = true ''; }; }