Force api.lyte.dev hostname

This commit is contained in:
Daniel Flanagan 2024-02-21 22:15:41 -06:00
parent 4a1859a1f7
commit a60f780361
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -10,6 +10,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
{
# inputs,
# outputs,
lib,
api-lyte-dev,
config,
pkgs,
@ -72,7 +73,7 @@ in {
};
systemd.services.api-lyte-dev.environment = {
RELEASE_HOST = "api.lyte.dev";
RELEASE_HOST = lib.mkForce "api.lyte.dev";
LOG_LEVEL = "debug";
};