Commit 60274ea0 authored by Kerstin Humm's avatar Kerstin Humm Committed by Yt
Browse files

Revert "nixos/mobilizon: fix integration test by using postgresql_14"

This reverts commit 80ba58361d92044864109b96f6ecef8e49e73f1d.
parent 23971e20
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ import ./make-test-python.nix ({ lib, ... }:
    meta.maintainers = with lib.maintainers; [ minijackson erictapen ];

    nodes.server =
      { pkgs, ... }:
      { ... }:
      {
        services.mobilizon = {
          enable = true;
@@ -25,8 +25,6 @@ import ./make-test-python.nix ({ lib, ... }:
          };
        };

        services.postgresql.package = pkgs.postgresql_14;

        security.pki.certificateFiles = [ certs.ca.cert ];

        services.nginx.virtualHosts."${mobilizonDomain}" = {