OTOH I do have to make them strings later.
This commit is contained in:
parent
6543b95739
commit
dc56919b03
|
@ -63,8 +63,8 @@ in {
|
||||||
--mqtt-broker-uri=${cfg.mqtt.broker-uri} \
|
--mqtt-broker-uri=${cfg.mqtt.broker-uri} \
|
||||||
--mqtt-username=${cfg.mqtt.username} \
|
--mqtt-username=${cfg.mqtt.username} \
|
||||||
--mqtt-password-file=${cfg.mqtt.password-file} \
|
--mqtt-password-file=${cfg.mqtt.password-file} \
|
||||||
--time-to-idle=${cfg.time-to-idle} \
|
--time-to-idle=${toString cfg.time-to-idle} \
|
||||||
--delay-time=${cfg.delay-time}
|
--delay-time=${toString cfg.delay-time}
|
||||||
'';
|
'';
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
PrivateDevices = true;
|
PrivateDevices = true;
|
||||||
|
|
Loading…
Reference in New Issue