diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-12 16:25:53 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-12 16:25:53 +0200 |
commit | f9ee5f27e24c739076decd5a50d45987882ffb2d (patch) | |
tree | 6a7d0544f7259e583b25cf3a079401457caab69a /tests/by-name/em/email-dns/test.nix | |
parent | modules/stalwart-mail: Don't restart the systemd service (diff) | |
download | nixos-server-f9ee5f27e24c739076decd5a50d45987882ffb2d.zip |
tests/email-dns: Factor out all of the secrets/acme stuff into a common dir
This makes it easier to re-use this test data for various tests.
Diffstat (limited to '')
-rw-r--r-- | tests/by-name/em/email-dns/test.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/by-name/em/email-dns/test.nix b/tests/by-name/em/email-dns/test.nix index c56eb0b..0e4d9a0 100644 --- a/tests/by-name/em/email-dns/test.nix +++ b/tests/by-name/em/email-dns/test.nix @@ -31,7 +31,7 @@ in lib, ... }: { - imports = [./nodes/acme]; + imports = [../../../common/acme]; networking.nameservers = lib.mkForce [ nodes.name_server.networking.primaryIPAddress ]; |