Should go in the server block

This commit is contained in:
Lillian-Violet 2023-12-29 23:28:17 +01:00
parent 4606af75a1
commit 0b41e73132

View file

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