Should go in the server block
This commit is contained in:
parent
a0a6416803
commit
59bb7122c6
|
@ -24,10 +24,12 @@
|
|||
database = {
|
||||
type = "postgres";
|
||||
};
|
||||
server = {
|
||||
DOMAIN = "git.lillianviolet.dev";
|
||||
ROOT_URL = "https://git.lillianviolet.dev/";
|
||||
HTTP_PORT = 3218;
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
virtualHosts = {
|
||||
|
|
Loading…
Reference in a new issue