infra/modules/test-vm.nix
Benjamin Yule Bädorf ec01fe5eea
Some checks failed
Flake checks / Check (pull_request) Failing after 3m23s
test: add initial e2e test for nachtigall
2024-08-25 12:34:07 +02:00

6 lines
151 B
Nix

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