summary refs log tree commit diff
path: root/nixos/modules/services/misc/weechat.xml
Commit message (Collapse)AuthorAge
* Revert "nixos/doc: re-format"Eelco Dolstra2019-09-19
| | | | | This reverts commit ea6e8775bd69e4676c623a85c39f1da540d29ad1. The new format is not an improvement.
* nixos/doc: re-formatJan Tojnar2019-09-18
|
* Manual: make reproducibleGraham Christensen2019-02-06
|
* nixos/weechat: add setuid wrapper for `screen' to ensure true multiuser ↵Maximilian Bosch2018-10-10
| | | | | | | | | | | | | | capabilities Previously you either had to set the setuid bit yourself or workaround `isSystemUser = true` (for a loginable shell) to access the weechat screen. `programs.screen` shouldn't do this by default to avoid taking too much assumptions about the setup, however `services.weechat` explicitly requires tihs. See #45728
* docs: formatGraham Christensen2018-09-29
|
* nixos/weechat: cleanup module, add module documentationMaximilian Bosch2018-09-07
This adds several improvements the previously introduced `services.weechat` module: * Dropped `services.weechat.init` as the initialization script can now be done on package-level since 2af41719bc using the `configure` function. * Added `sessionName` option to explicitly configure a name for the `screen` session (by default: weechat-screen). * Added `binary` option to configure the binary name (e.g. `weechat-headless`). * Added docs regarding `screen` session and `weechat.service`.