Force api.lyte.dev hostname
This commit is contained in:
parent
4a1859a1f7
commit
a60f780361
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
{
|
{
|
||||||
# inputs,
|
# inputs,
|
||||||
# outputs,
|
# outputs,
|
||||||
|
lib,
|
||||||
api-lyte-dev,
|
api-lyte-dev,
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
@ -72,7 +73,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.api-lyte-dev.environment = {
|
systemd.services.api-lyte-dev.environment = {
|
||||||
RELEASE_HOST = "api.lyte.dev";
|
RELEASE_HOST = lib.mkForce "api.lyte.dev";
|
||||||
LOG_LEVEL = "debug";
|
LOG_LEVEL = "debug";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue