Nevermind, it's working

This commit is contained in:
niten 2023-07-19 17:59:23 -07:00
parent ac613db984
commit ba8d45814b
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ in {
source-file = makeEnvFile { source-file = makeEnvFile {
LEMMY_UI_LEMMY_INTERNAL_HOST = "lemmy:8536"; LEMMY_UI_LEMMY_INTERNAL_HOST = "lemmy:8536";
LEMMY_UI_LEMMY_EXTERNAL_HOST = cfg.hostname; LEMMY_UI_LEMMY_EXTERNAL_HOST = cfg.hostname;
LEMMY_UI_HTTPS = 1; LEMMY_UI_HTTPS = 0;
}; };
target-file = "/run/lemmy/lemmy-ui.env"; target-file = "/run/lemmy/lemmy-ui.env";
}; };