nixos/tests/acme: don't restrict to x86_64
This was added in aade4e577b
, but the
implementation of the ACME module has been entirely rewritten since
then, and the test seems to run fine on AArch64.
This commit is contained in:
parent
6285d5eabd
commit
352e30df8a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ let
|
|||
in
|
||||
{
|
||||
_3proxy = handleTest ./3proxy.nix {};
|
||||
acme = handleTestOn ["x86_64-linux"] ./acme.nix {};
|
||||
acme = handleTest ./acme.nix {};
|
||||
atd = handleTest ./atd.nix {};
|
||||
automysqlbackup = handleTest ./automysqlbackup.nix {};
|
||||
avahi = handleTest ./avahi.nix {};
|
||||
|
|
Loading…
Reference in a new issue