about summary refs log tree commit diff
path: root/nix/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'nix/hosts')
-rw-r--r--nix/hosts/corrino/www/talks.emile.space.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hosts/corrino/www/talks.emile.space.nix b/nix/hosts/corrino/www/talks.emile.space.nix
index 3bc06f5..de059bb 100644
--- a/nix/hosts/corrino/www/talks.emile.space.nix
+++ b/nix/hosts/corrino/www/talks.emile.space.nix
@@ -11,7 +11,7 @@
     };
 
     pretalx = {
-      package = pkgs.pretalx;
+      package = pkgs.pretalx_old;
       enable = true;
       plugins = with config.services.pretalx.package.plugins; [ pages ];
       user = "pretalx";