Should go in the server block

This commit is contained in:
Lillian Violet 2023-12-29 23:28:17 +01:00
parent a0a6416803
commit 59bb7122c6

View file

@ -24,9 +24,11 @@
database = { database = {
type = "postgres"; type = "postgres";
}; };
DOMAIN = "git.lillianviolet.dev"; server = {
ROOT_URL = "https://git.lillianviolet.dev/"; DOMAIN = "git.lillianviolet.dev";
HTTP_PORT = 3218; ROOT_URL = "https://git.lillianviolet.dev/";
HTTP_PORT = 3218;
};
}; };
services.nginx = { services.nginx = {