Skip to content

Commit

Permalink
checks/vault: adapting test faythe-config to match future format
Browse files Browse the repository at this point in the history
  • Loading branch information
johanot committed Sep 6, 2024
1 parent 449346f commit 7562d8d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nixos/vault-test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,11 @@ nixos-lib.runTest (
lets_encrypt_email = "test_mail@${domain}";
zones = {
"${domain}" = {
server = ns_host;
key = "test";
auth_dns_server = ns_host;
challenge_driver.nsupdate ={
server = ns_host;
key = "test";
};
};
};
val_dns_servers = [ ns_host ];
Expand Down

0 comments on commit 7562d8d

Please sign in to comment.