Loading nixos/tests/web-apps/pretalx.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
nixos/tests/web-apps/pretalx.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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