hm/client: add VAULT_ADDR env variable

This commit is contained in:
Luke Granger-Brown 2022-03-11 18:44:52 +00:00
parent 0187120a24
commit fde964db82

View file

@ -6,6 +6,7 @@ in
imports = [ ./common.nix ];
home.sessionVariables.GITHUB_TOKEN = with depot.ops; if builtins.hasAttr "githubToken" secrets then secrets.githubToken else null;
home.sessionVariables.VAULT_ADDR = "https://vault.int.lukegb.com/";
programs.git = {
enable = true;
package = pkgs.gitAndTools.gitFull;