mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/tests/pretalx: test pages plugin install
This commit is contained in:
parent
f4f9f96037
commit
29fd61c784
1 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue