about summary refs log tree commit diff
path: root/machines/profpatsch/xmpp-client.nix
Commit message (Collapse)AuthorAgeFilesLines
* machines/katara: fixed a bug in xmpp-client patchProfpatsch2016-09-171-2/+2
|
* machines/katara/xmpp-client: use patched repoProfpatsch2016-09-161-2/+13
|
* machines/katara/xmpp-client: fix fifoProfpatsch2016-09-161-3/+3
| | | | Now it really does use a fifo and not a file
* machines/katara: logging for xmpp-clientProfpatsch2016-09-161-2/+12
| | | | Enable logging of xmpp-client output with `script(1)`.
* machines/katara: extract lib & add xmpp-clientProfpatsch2016-09-161-0/+10
Some stuff is needed in multiple files, like the home directory. Extracted out into lib.nix. xmpp-client uses that to create a wrapper for splicing the password into the config at program invocation.