fixes data type of env var
This commit is contained in:
parent
0acd98a8a5
commit
cd14ccf417
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
description = "user service for the actual budgeting server instance";
|
description = "user service for the actual budgeting server instance";
|
||||||
environment = {
|
environment = {
|
||||||
ACTUAL_PORT = 9002;
|
ACTUAL_PORT = "9002";
|
||||||
};
|
};
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue