fixes data type of env var

This commit is contained in:
Dennis 2025-10-17 10:39:16 +02:00
parent 0acd98a8a5
commit cd14ccf417

View file

@ -9,7 +9,7 @@
wantedBy = [ "multi-user.target" ];
description = "user service for the actual budgeting server instance";
environment = {
ACTUAL_PORT = 9002;
ACTUAL_PORT = "9002";
};
serviceConfig = {
Type = "simple";