diff --git a/nixos/queen/akkoma.nix b/nixos/queen/akkoma.nix index c150c83..0a4373c 100644 --- a/nixos/queen/akkoma.nix +++ b/nixos/queen/akkoma.nix @@ -27,7 +27,6 @@ dist.cookie._secret = config.sops.secrets."releaseCookie".path; config = { - ":pleroma".":admin_token" = "uknJWzFoYtEyZXXsCCtAMYzojXMQoHas"; ":pleroma".":instance" = { name = "GLaDTheresCake Akkoma"; email = "akkoma@gladtherescake.eu"; @@ -39,6 +38,18 @@ cmd_args = "-N delay,failure,success"; qmail = true; }; + frontends = { + primary = { + package = pkgs.akkoma-frontends.akkoma-fe; + name = "akkoma-fe"; + ref = "stable"; + }; + admin = { + package = pkgs.akkoma-frontends.admin-fe; + name = "admin-fe"; + ref = "stable"; + }; + }; description = "Lillian's Akkoma server!"; languages = ["en" "nl"]; registrations_open = true;