Skip to content

Commit

Permalink
chore(nix): Update dependencies. (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Jan 31, 2024
2 parents 8976ed6 + 1c2dbdd commit 4305727
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 28 deletions.
56 changes: 28 additions & 28 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tests/fixtures/vault-agent.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

nodes = {
server = { pkgs, config, lib, ... }: {
nixpkgs.config.allowUnfree = true;
networking.firewall.allowedTCPPorts = [ 8200 ];
services.vault = {
enable = true;
Expand All @@ -12,6 +13,7 @@
};

agent = { pkgs, config, ... }: {
nixpkgs.config.allowUnfree = true;
services.vault-agent = {
enable = true;
server.address = "http://server:8200";
Expand Down

0 comments on commit 4305727

Please sign in to comment.