nixos/unifi-video: convert int to string in default command

This commit is contained in:
Roland Synnestvedt 2022-03-26 17:53:26 -07:00
parent 350731a856
commit cb1c5dbb15

View File

@ -16,7 +16,7 @@ let
-pidfile ${cfg.pidFile} \
-procname unifi-video \
-Djava.security.egd=file:/dev/./urandom \
-Xmx${cfg.maximumJavaHeapSize}M \
-Xmx${toString cfg.maximumJavaHeapSize}M \
-Xss512K \
-XX:+UseG1GC \
-XX:+UseStringDeduplication \