Skip to content

Commit

Permalink
Vault has broken IPV6 link-local address parsing..
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert-Proesmans committed May 5, 2024
1 parent 99ff722 commit 4f2fd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
# Software directly available inside the developer shell
packages = builtins.attrValues { inherit (pkgs) nyancat git vault; };

VAULT_ADDR = "http://[fe80::1]:8200";
VAULT_ADDR = "http://169.254.245.1:8200";
VAULT_TOKEN = "<none>; run export VAULT_TOKEN='<token>'";
};
});
Expand Down

0 comments on commit 4f2fd3a

Please sign in to comment.