hm/client: add VAULT_ADDR env variable
This commit is contained in:
parent
0187120a24
commit
fde964db82
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ in
|
||||||
imports = [ ./common.nix ];
|
imports = [ ./common.nix ];
|
||||||
|
|
||||||
home.sessionVariables.GITHUB_TOKEN = with depot.ops; if builtins.hasAttr "githubToken" secrets then secrets.githubToken else null;
|
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 = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gitAndTools.gitFull;
|
package = pkgs.gitAndTools.gitFull;
|
||||||
|
|
Loading…
Reference in a new issue