summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | nixos/matomo: fix evaluationvolth2018-07-09
| | | | | | | | | |
* | | | | | | | | | nixos/journalwatch: fix evaluationvolth2018-07-09
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | nixos: Add option networking.networkmanager.dynamicHostsRickard Nilsson2018-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows non-privileged users to configure local DNS entries by editing hosts files read by NetworkManager's dnsmasq instance. Cherry-picked from e6c3d5a507909c4e0c0a5013040684cce89c35ce and 5a566004a2b12c3d91bf0acdb704f1b40770c28f.
* | | | | | | | | Merge pull request #43094 from grahamc/fix-quagga-docsGraham Christensen2018-07-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | quagga module: Use a deep merge via imports instead of the shallow merge
| * | | | | | | | | quagga module: Use a deep merge via imports instead of the shallow mergeGraham Christensen2018-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The deep merge caused all the options to be unset when generating docs, unless quagga was enabled. Using imports, instead, properly allows the documentation to be generated.
* | | | | | | | | | Merge pull request #43097 from peterhoeg/m/pipewirePeter Hoeg2018-07-06
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | pipewire (nixos): add socket activation support
| * | | | | | | | | pipewire (nixos): add support for socket activationPeter Hoeg2018-07-06
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #42724 from yshui/libinput-buttonMatthew Bauer2018-07-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libinput: add button to scrollMethod
| * | | | | | | | | nixos/libinput: add button to scrollMethodYuxuan Shui2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close #17840
* | | | | | | | | | Merge pull request #42775 from mkaito/oauth2_proxy-virtualHostsYegor Timoshenko2018-07-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | oauth2_proxy: add nginx vhost module
| * | | | | | | | | | fixup! oauth2_proxy: add nginx vhost moduleMichishige Kaito2018-06-29
| | | | | | | | | | |
| * | | | | | | | | | oauth2_proxy: add nginx vhost moduleMichishige Kaito2018-06-29
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #42398 from Ma27/make-autorandr-target-configurableSilvan Mosberger2018-07-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/autorandr: make default target in systemd service configurable
| * | | | | | | | | | nixos/autorandr: make default target in systemd service configurableMaximilian Bosch2018-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `.service` file defining the `systemd` unit for `autorandr.service` which is bundled with the package itself uses `--default default` in the `ExecStart` section. This can be an issue when having multiple layouts (e.g. `default` as workstation layout I mostly work on and `mobile` when I go somewhere else). When the service gets restarted and `--default` can't be applied, however the current layout can't be detected (e.g. when working with an unknown beamer) the service silently fails with a message like this: ``` Jun 22 18:44:46 hauptshuhle autorandr[3168]: /nix/store/h83b72ffm68nm8fyjnppljchp456a94r-xrandr-1.5.0/bin/xrandr: ca> Jun 22 18:44:46 hauptshuhle autorandr[3168]: Failed to apply profile 'default' (line 718): Jun 22 18:44:46 hauptshuhle autorandr[3168]: Command failed: /nix/store/h83b72ffm68nm8fyjnppljchp456a94r-xrandr-1.> ``` As discussed in the IRC (see https://botbot.me/freenode/nixos/2018-07-05/?msg=101791455&page=6) it's a bad long-term solution in terms of maintenance to manually patch the service file bundled with the derivation, instead the service shall be configured declaratively. Additionally this makes possible overrides from the user-space way easier. The `udev` rule (in `$out/etc/udev/rules.d`) won't' be affected, it simply runs `systemctl start autorandr.service` when e.g. a new display is added, so now `udev` communicates with the NixOS systemd unit.
* | | | | | | | | | | supplicant: Fix tiny typo in the documentationIngo Blechschmidt2018-07-04
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #42860 from ldesgoui/fix-murmur-serviceSilvan Mosberger2018-07-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | murmur service: prevent silent launch failure by waiting until network is available
| * | | | | | | | | | murmur: prevent silent launch failureldesgoui2018-07-02
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #41222 from gnidorah/firewallSilvan Mosberger2018-07-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/firewall: per-interface port options
| * | | | | | | | | | nixos/firewall: per-interface port optionsgnidorah2018-06-24
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #42896 from sorki/gpsd_nowaitJörg Thalheim2018-07-03
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/gpsd-service: add services.gpsd.nowait option
| * | | | | | | | | | | gpsd: use optionalStringJörg Thalheim2018-07-03
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/gpsd-service: add services.gpsd.nowait optionRichard Marko2018-07-03
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* / | | | | | | | | | nixos/kerberos: update binary folder pointerAllan Espinosa2018-07-02
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ${pkg.tcp_wrappers}/sbin does not exist anymore.
* | | | | | | | | | nixos/hadoop: Replace users.extra{Users,Groups}aszlig2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In fff5923686c21dd147bde62d08e9f1042deadb4f all occurences of users.extraUsers and users.extraGroups have been changed tree-wide to users.users and users.group. In the meantime the hadoop modules were introduced via #41381 (060a98e9f4ad879492e48d63e887b0b6db26299e). Unfortunately those modules still use users.extraUsers, which has been renamed a long time ago (14321ae2431e33f5ed81f1ee43eddd29c7e9d01d, about three years from now), so let's actually rename it accordingly as well. Signed-off-by: aszlig <aszlig@nix.build> Cc: @matthewbauer, @aespinosa
* | | | | | | | | | Merge pull request #41823 from Chiiruno/dev/megucaJörg Thalheim2018-07-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | meguca: 2018-05-26 -> 2018-06-11
| * | | | | | | | | | meguca: 2018-05-26 -> 2018-06-10Okina Matara2018-06-29
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #42798 from flokli/users-usersMichael Raskin2018-07-02
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | tree-wide: users.extraUsers -> users.users, users.extraGroups -> users.groups
| * | | | | | | | | nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
| | | | | | | | | |
* | | | | | | | | | iwd: set statedir to /var/lib/iwdJörg Thalheim2018-07-01
| | | | | | | | | |
* | | | | | | | | | Merge pull request #41381 from aespinosa/hadoop-modulesMatthew Bauer2018-06-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/hadoop: add hadoop module (hdfs, yarn)
| * | | | | | | | | | nixos/hadoop: add hadoop module (hdfs, yarn)Allan Espinosa2018-06-29
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | nixos/fwupd: Fix metaSilvan Mosberger2018-06-30
| | | | | | | | | |
* | | | | | | | | | Merge pull request #42709 from jollheef/masteradisbladis2018-06-30
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | hostapd: use WPA2 instead of WPA1 by default
| * | | | | | | | | hostapd: use WPA2 instead of WPA1 by defaultMikhail Klementev2018-06-30
| |/ / / / / / / /
* | / / / / / / / openafs_1_8: init at 1.8.0 (#41889)spacefrogg2018-06-30
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce new "server" output holding the server binaries - Adapt tsmbac.patch to new build environment - Adapt openafs nixos server module accordingly - Update upstream CellServDB: 2017-03-14 -> 2018-05-14 - Introduce package attributes to refer to the openafs packages to use for server, programs and kernel module
* | | | | | | | networkmanager: Expand dns description, integrate with other services (#41898)Benjamin Staffin2018-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than special-casing the dns options in networkmanager.nix, use the module system to let unbound and systemd-resolved contribute to the newtorkmanager config.
* | | | | | | | Merge pull request #42655 from yesbox/zerotier_moduleMatthew Bauer2018-06-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | zerotier module: interface names changed; fix no dhcp
| * | | | | | | | zerotier: interface names changed; fix no dhcpJesper Geertsen Jonsson2018-06-27
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since ZT v1.2.8: ZT interface names are no longer named zt<sequence number>. Instead they are by default named zt<network hash>. https://www.zerotier.com/blog/2018-05-04-128.shtml
* | | | | | | | Merge pull request #41635 from spacefrogg/dbus-nss-fixMatthew Bauer2018-06-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dbus: Add NSS modules path to dbus system bus service
| * | | | | | | | dbus: Add NSS modules path to dbus system bus serviceMichael Raitza2018-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DBus seems to resolve user IDs directly via glibc, circumventing nscd. In more advanced setups this leads to user's coming from LDAP or SSSD not being resolved by the dbus system bus daemon. The effect for such users is, that all access to the system bus (e.g. busctl or nmcli) is denied. Adding the respective NSS modules to the service's environment solves the issue the same way it does for nscd.
* | | | | | | | | Merge pull request #41799 from pacien/patch-4Matthew Bauer2018-06-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | cgit: Parametrise cgit subdirectory
| * | | | | | | | | cgit: parametrise subdirectoryNotkea2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This proposal enables the user to choose the sub-directory in which to serve cgit. The previous default behaviour isn't altered.
* | | | | | | | | | Merge pull request #41343 from jerith666/restic-s3Matthew Bauer2018-06-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | restic: add s3CredentialsFile option
| * | | | | | | | | | restic: add s3CredentialsFile optionMatt McHenry2018-06-02
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #41430 from Tomahna/bloopMatthew Bauer2018-06-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Bloop: Init 1.0.0-M11
| * | | | | | | | | | | bloop: init at 1.0.0-M11Kevin Rauscher2018-06-23
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #41444 from dasJ/tt-rssMatthew Bauer2018-06-28
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | nixos/tt-rss: Support plugins and themes
| * | | | | | | | | | nixos/tt-rss: Support plugins and themesJanne Heß2018-06-04
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The extra config is required to configure some plugins.
* | | | | | | | | | nixos/strongswan-swanctl: Fix build of manualaszlig2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 401370287a9b74fc18539fe9c0bdc7ac9df9cf22 introduced a small error where the closing tag of <literal/> was an opening tag instead. Signed-off-by: aszlig <aszlig@nix.build> Cc: @basvandijk, @xeji
* | | | | | | | | | virtlyst service: initFranz Pletz2018-06-26
| | | | | | | | | |