Skip to content

Commit

Permalink
nixos/end-to-end: don't force SSL in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Apr 3, 2024
1 parent ce29523 commit 4e61d68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/tests/end-to-end.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ nixosTest {
};
services.cctl.enable = true;
environment.systemPackages = [ casper-client-rs ];
# allow HTTP for nixos-test environment
services.nginx.virtualHosts.${config.networking.hostName}.forceSSL = lib.mkForce false;
};

client = { config, pkgs, nodes, ... }: {
Expand Down

0 comments on commit 4e61d68

Please sign in to comment.