Skip to content

Commit

Permalink
nixos/services.kanata: fix utils (NixOS#338859)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey authored Sep 1, 2024
2 parents 22f09ae + 6747d84 commit e1167f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/hardware/kanata.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ let
--cfg ${keyboard.configFile} \
--symlink-path ''${RUNTIME_DIRECTORY}/${name} \
${lib.optionalString (keyboard.port != null) "--port ${toString keyboard.port}"} \
${utils.lib.escapeSystemdExecArgs keyboard.extraArgs}
${utils.escapeSystemdExecArgs keyboard.extraArgs}
'';

DynamicUser = true;
Expand Down

0 comments on commit e1167f8

Please sign in to comment.