infra/modules/test-vm.nix
Benjamin Yule Bädorf 952d6dfc06
Some checks failed
Flake checks / Check (pull_request) Failing after 7m31s
test: add initial e2e test for nachtigall
2024-04-28 16:04:15 +02:00

5 lines
151 B
Nix

{ ... }:
{
security.acme.defaults.server = "https://acme-staging-v02.api.letsencrypt.org/directory";
security.acme.preliminarySelfsigned = true;
}