diff --git a/packages/bookwyrm/nixos-module.nix b/packages/bookwyrm/nixos-module.nix index 9754c19..0b0d5dc 100644 --- a/packages/bookwyrm/nixos-module.nix +++ b/packages/bookwyrm/nixos-module.nix @@ -77,7 +77,10 @@ with pkgs . kernelmaft ; redis = { servers = { - bookwyrm = { + bookwyrm-activity = { + enable = true ; + } ; + bookwyrm-broker = { enable = true ; } ; } ;