diff options
Diffstat (limited to 'systems')
-rw-r--r-- | systems/cobalt/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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"; |