1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add missing gitea domain information to configuration

This commit is contained in:
Stefan Ellmauthaler 2022-10-25 15:41:16 +02:00
parent cba8241002
commit d017f8f036
Failed to extract signature

View File

@ -24,6 +24,9 @@ with lib; {
type = "postgres";
host = "/run/posgresql";
};
domain = "git.ellmauthaler.net";
rootUrl = "https://git.ellmauthaler.net";
httpPort = 3001;
};
};
}