summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorAndreas Stührk <andy@hammerhartes.de>2022-11-25 19:20:39 +0100
committerVincent Haupert <mail@vincent-haupert.de>2022-12-04 20:12:50 +0100
commitda0dc8339ceca52b962d91e56d8764fcdc0ecdd8 (patch)
tree82fc037de8b5b99c2f2ebcc9fc85e21ac41452c8 /nixos/tests/all-tests.nix
parent7de32b0ce90bc507479ce6a4d83602c51e9eeb47 (diff)
downloadnixpkgs-da0dc8339ceca52b962d91e56d8764fcdc0ecdd8.tar
nixpkgs-da0dc8339ceca52b962d91e56d8764fcdc0ecdd8.tar.gz
nixpkgs-da0dc8339ceca52b962d91e56d8764fcdc0ecdd8.tar.bz2
nixpkgs-da0dc8339ceca52b962d91e56d8764fcdc0ecdd8.tar.lz
nixpkgs-da0dc8339ceca52b962d91e56d8764fcdc0ecdd8.tar.xz
nixpkgs-da0dc8339ceca52b962d91e56d8764fcdc0ecdd8.tar.zst
nixpkgs-da0dc8339ceca52b962d91e56d8764fcdc0ecdd8.zip
nixos/aesmd: add option to configure quote provider library
Changes sgx-psw to append `aesm` to `LD_LIBRARY_PATH`:
- Append instead of prepend to allow for overriding in service config
- As we already add a wrapper to add `aesm` to `LD_LIBRARY_PATH` it is
  not necessary to also set in `LD_LIBRARY_PATH` of the systemd service.

Co-authored-by: Vincent Haupert <mail@vincent-haupert.de>
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 726884d7cd9..423c834e708 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -69,7 +69,7 @@ in {
   _3proxy = runTest ./3proxy.nix;
   acme = runTest ./acme.nix;
   adguardhome = runTest ./adguardhome.nix;
-  aesmd = runTest ./aesmd.nix;
+  aesmd = runTestOn ["x86_64-linux"] ./aesmd.nix;
   agate = runTest ./web-servers/agate.nix;
   agda = handleTest ./agda.nix {};
   airsonic = handleTest ./airsonic.nix {};