Skip to content

Commit

Permalink
Revert "nixos/mobilizon: fix integration test by using postgresql_14"
Browse files Browse the repository at this point in the history
This reverts commit 80ba583.
  • Loading branch information
erictapen authored and Yt committed Dec 10, 2023
1 parent 23971e2 commit 60274ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nixos/tests/mobilizon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import ./make-test-python.nix ({ lib, ... }:
meta.maintainers = with lib.maintainers; [ minijackson erictapen ];

nodes.server =
{ pkgs, ... }:
{ ... }:
{
services.mobilizon = {
enable = true;
Expand All @@ -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}" = {
Expand Down

0 comments on commit 60274ea

Please sign in to comment.