Update gotosocial to 0.19.1

Changed source location to Codeberg and move to packages folder
This commit is contained in:
Natsu Kagami 2025-05-07 00:14:17 +02:00
parent db3686983b
commit ab0e98449f
Signed by: nki
GPG key ID: 55A032EB38B49ADB
4 changed files with 29 additions and 33 deletions

View file

@ -14,7 +14,7 @@ in
{
options.cloud.gotosocial = {
enable = mkEnableOption "Enable our local GtS server";
package = mkPackageOption pkgs "gotosocial" { };
package = mkPackageOption pkgs "gotosocial-dtth" { };
host = mkOption {
type = types.str;
description = "The GtS host";