nixos/tests/pretalx: test pages plugin install

This commit is contained in:
Martin Weinelt 2024-05-15 16:27:25 +02:00
parent f4f9f96037
commit 29fd61c784
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -5,13 +5,16 @@
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";