about summary refs log tree commit diff
path: root/nixos/tests/systemd-escaping.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2022-03-12nixos: add functions and documentation for escaping systemd Exec* directivespennae1-0/+45
it's really easy to accidentally write the wrong systemd Exec* directive, ones that works most of the time but fails when users include systemd metacharacters in arguments that are interpolated into an Exec* directive. add a few functions analogous to escapeShellArg{,s} and some documentation on how and when to use them.