forgot the most important part

This commit is contained in:
twoneis 2025-03-01 03:35:40 +01:00
parent ff7a37a433
commit a44015b02a

View file

@ -7,6 +7,7 @@
inherit (lib) mkIf; inherit (lib) mkIf;
inherit (config) conf; inherit (config) conf;
inherit ((pkgs.formats.elixirConf {}).lib) mkMap; inherit ((pkgs.formats.elixirConf {}).lib) mkMap;
akkoma-fe = pkgs.callPackage ./akkoma-fe.nix {};
neocat = pkgs.callPackage ./neocat.nix {}; neocat = pkgs.callPackage ./neocat.nix {};
neofox = pkgs.callPackage ./neofox.nix {}; neofox = pkgs.callPackage ./neofox.nix {};
blobfox = pkgs.callPackage ./blobfox.nix {}; blobfox = pkgs.callPackage ./blobfox.nix {};
@ -17,6 +18,7 @@ in
mkIf conf.fedi.enable { mkIf conf.fedi.enable {
services.akkoma = { services.akkoma = {
enable = true; enable = true;
frontends.primary.package = akkoma-fe;
config = { config = {
":pleroma" = { ":pleroma" = {
":instance" = { ":instance" = {