1
0
mirror of https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git synced 2025-04-06 14:11:21 +02:00

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

Reviewed-on: https://git.pvv.ntnu.no/Drift/pvv-nixos-config/pulls/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

View File

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