Use a number instead of boolean
This commit is contained in:
parent
48d0ae68f7
commit
280de4893d
|
@ -309,7 +309,7 @@ in {
|
|||
source-file = makeEnvFile {
|
||||
LEMMY_UI_LEMMY_INTERNAL_HOST = "lemmy:8536";
|
||||
LEMMY_UI_LEMMY_EXTERNAL_HOST = cfg.hostname;
|
||||
LEMMY_UI_HTTPS = false;
|
||||
LEMMY_UI_HTTPS = 0;
|
||||
};
|
||||
target-file = "/run/lemmy/lemmy-ui.env";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue