about summary refs log tree commit diff stats
path: root/tests/by-name/em/email-dns/nodes/user.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-12 16:25:53 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-22 21:35:30 +0200
commit7d3c1bd972c67af3f5006bd02e8ed3655f16bfc7 (patch)
treeb636d166aeee551c0d1088ae821ae593f8110cb5 /tests/by-name/em/email-dns/nodes/user.nix
parentupdate.sh: Also run `nix flake update` (diff)
downloadnixos-server-7d3c1bd972c67af3f5006bd02e8ed3655f16bfc7.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 'tests/by-name/em/email-dns/nodes/user.nix')
-rw-r--r--tests/by-name/em/email-dns/nodes/user.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/by-name/em/email-dns/nodes/user.nix b/tests/by-name/em/email-dns/nodes/user.nix
index e4db347..55a4609 100644
--- a/tests/by-name/em/email-dns/nodes/user.nix
+++ b/tests/by-name/em/email-dns/nodes/user.nix
@@ -8,7 +8,7 @@
     ...
   }: {
     imports = [
-      ./acme/client.nix
+      ../../../../common/acme/client.nix
     ];
 
     environment.systemPackages = [