diff --git a/hosts/architect/gitea.nix b/hosts/architect/gitea.nix index 58b0474..b3ce7ae 100644 --- a/hosts/architect/gitea.nix +++ b/hosts/architect/gitea.nix @@ -13,11 +13,12 @@ in enable = true; database.type = "sqlite3"; appName = "Gitea"; + # https://github.com/NixOS/nixpkgs/issues/235442#issuecomment-1574329453 + lfs.enable = true; settings = { server = { DOMAIN = domain; ROOT_URL = "https://${domain}"; - LFS_START_SERVER = true; SSH_PORT = 22; }; openid.enable_openid_signin = true;