nixos/tests/pretalx: test pages plugin install

Changed files
+4 -1
nixos
tests
web-apps
+4 -1
nixos/tests/web-apps/pretalx.nix
···
meta.maintainers = lib.teams.c3d2.members;
nodes = {
-
pretalx = {
+
pretalx = { config, ... }: {
networking.extraHosts = ''
127.0.0.1 talks.local
'';
services.pretalx = {
enable = true;
+
plugins = with config.services.pretalx.package.plugins; [
+
pages
+
];
nginx.domain = "talks.local";
settings = {
site.url = "http://talks.local";