OTOH I do have to make them strings later.

This commit is contained in:
niten 2022-07-01 13:14:56 -07:00
parent 6543b95739
commit dc56919b03
1 changed files with 2 additions and 2 deletions

View File

@ -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;