lol

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

This reverts commit 80ba58361d92044864109b96f6ecef8e49e73f1d.

authored by

Kerstin Humm and committed by
Yt
60274ea0 23971e20

+1 -3
+1 -3
nixos/tests/mobilizon.nix
··· 10 10 meta.maintainers = with lib.maintainers; [ minijackson erictapen ]; 11 11 12 12 nodes.server = 13 - { pkgs, ... }: 13 + { ... }: 14 14 { 15 15 services.mobilizon = { 16 16 enable = true; ··· 24 24 }; 25 25 }; 26 26 }; 27 - 28 - services.postgresql.package = pkgs.postgresql_14; 29 27 30 28 security.pki.certificateFiles = [ certs.ca.cert ]; 31 29