Updated syntax
This commit is contained in:
parent
453caa9d43
commit
a0a6416803
|
@ -24,9 +24,9 @@
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
};
|
};
|
||||||
domain = "git.lillianviolet.dev";
|
DOMAIN = "git.lillianviolet.dev";
|
||||||
rootUrl = "https://git.lillianviolet.dev/";
|
ROOT_URL = "https://git.lillianviolet.dev/";
|
||||||
httpPort = 3218;
|
HTTP_PORT = 3218;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
|
|
Loading…
Reference in a new issue