0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/services.kanata: fix utils

This commit is contained in:
Felix Buehler 2024-09-01 19:42:03 +02:00
parent 66750587ad
commit 6747d84812

View file

@ -115,7 +115,7 @@ let
--cfg ${keyboard.configFile} \ --cfg ${keyboard.configFile} \
--symlink-path ''${RUNTIME_DIRECTORY}/${name} \ --symlink-path ''${RUNTIME_DIRECTORY}/${name} \
${lib.optionalString (keyboard.port != null) "--port ${toString keyboard.port}"} \ ${lib.optionalString (keyboard.port != null) "--port ${toString keyboard.port}"} \
${utils.lib.escapeSystemdExecArgs keyboard.extraArgs} ${utils.escapeSystemdExecArgs keyboard.extraArgs}
''; '';
DynamicUser = true; DynamicUser = true;