change thing to string

This commit is contained in:
zack 2024-10-21 19:33:18 -04:00
parent de8a452fbb
commit 748f956361
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -104,7 +104,7 @@
# Base.encode32(:crypto.strong_rand_bytes(32))
PORT = "${toString cfg.phx.port}";
PHX_HOST = cfg.domain;
PHX_SERVER = cfg.phx.enableServer;
PHX_SERVER = toString cfg.phx.enableServer;
};
serviceConfig = {
Type = "exec";