From 60b28b4bed95a745ba1050ebc2fb0c8dc6f925f9 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 20 Feb 2024 19:12:10 +0900 Subject: fix(modules/akkoma): fix OAuth login --- systems/cobalt/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systems') diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix index 036e459..285fe61 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -321,6 +321,9 @@ in }; services.akkoma = { enable = true; + # v3.10.4 with OAuth fixes backported + package = pkgs.exoticPackages.akkoma; + domain = "exotic.sh"; realHost = "social.exotic.sh"; instanceName = "exotic.sh social"; -- cgit 1.4.1