1
0
Fork 0

Merge pull request 'bekkalokk/gitea: direct non-logged-in users to the explore tab' (!46) from gitea-explore into main

Reviewed-on: Drift/pvv-nixos-config#46
Reviewed-by: Felix Albrigtsen <felixalb@pvv.ntnu.no>
Reviewed-by: Oystein Kristoffer Tveit <oysteikt@pvv.ntnu.no>
This commit is contained in:
Oystein Kristoffer Tveit 2024-07-28 23:10:38 +02:00
commit a0a837e26d
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ in {
SSH_PORT = sshPort;
START_SSH_SERVER = true;
START_LFS_SERVER = true;
LANDING_PAGE = "explore";
};
mailer = {
ENABLED = true;