summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | | | gtk2: move gtk-update-icon-cache to gtk2.outVladimír Čunát2016-09-13
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... to be useful for regeneration when building nixos environments. Fixes #18536 (hopefully).
* | | | | | | | | | | | | services.kippo: Add missing '}'Moritz Ulrich2016-10-06
| | | | | | | | | | | | |
* | | | | | | | | | | | | Kippo: move pythonPackages.twisted_11 to kippo expressionFrederik Rietdijk2016-10-06
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #19281 from peterhoeg/phpDomen Kožar2016-10-06
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | php-fpm: add reload support
| * | | | | | | | | | | | php-fpm: add reload supportPeter Hoeg2016-10-06
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream recommends sending USR2 for a graceful reload.
* / | | | | | | | | | | wireguard: add moduleEric Sagnes2016-10-06
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #17933
* | | | | | | | | | | Merge pull request #19235 from aske/sddm-logNikolay Amiantov2016-10-05
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | sddm: fix missing X server logs
| * | | | | | | | | | sddm: wrap xserver in systemd-cat to make logs appear in the journalKirill Boltaev2016-10-05
| | | | | | | | | | |
* | | | | | | | | | | php fpm: add systemd supportPeter Hoeg2016-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP FPM will now notify systemd when it's done initializing and ready to serve requests. Additionally ```systemctl status phpfpm``` will now show statistics such as: ``` Status: "Processes active: 0, idle: 8, Requests: 0, slow: 0, Traffic: 0req/sec" ```
* | | | | | | | | | | Fix typo in emacs.xmlGleb Peregud2016-10-05
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #19210 from joachifm/mysqlJoachim F2016-10-04
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | Some light mysql service enhancements
| * | | | | | | | | mysql service: specify a default packageJoachim Fasting2016-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A config ought to be buildable using just the defaults.
| * | | | | | | | | mysql service: add some option typesJoachim Fasting2016-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this changes the type and default value of port to int (previously default was a string, no type).
| * | | | | | | | | mysql service: order after network.targetJoachim Fasting2016-10-03
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* / | | | | | | | nix.optimise.dates should be listAndrew Scott2016-10-04
|/ / / / / / / /
* | | | | | | | Merge pull request #19196 from groxxda/xkbbindirEelco Dolstra2016-10-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | xserver: replace XKB_BINDIR with compile time option
| * | | | | | | | xserver: replace XKB_BINDIR with compile time optionAlexander Ried2016-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- Using the configure option relieves us of the patch and passing the path via the env var in many places. Also the env var may not be inherited when components like gdm spawn new sessions.
* | | | | | | | | Merge pull request #19176 from makefu/module-opentrackerJörg Thalheim2016-10-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | opentracker: init module
| * | | | | | | | | opentracker service: initmakefu2016-10-03
| |/ / / / / / / /
* | | | | | | | | emby: use makeWrapper to supply ffmpeg/probe pathsTristan Helmich2016-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes NixOS/nixpkgs#19118
* | | | | | | | | Merge pull request #19143 from cstrahan/nixos-typematicCharles Strahan2016-10-03
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | nixos: xserver typematic configuration options
| * | | | | | | | nixos: xserver typematic configuration optionsCharles Strahan2016-10-03
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows one to set the seat defaults for keyboard auto-repeat delay and rate.
* | | | | | | | Merge pull request #18491 from groxxda/network-interfacesJoachim F2016-10-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Replace Network-interfaces.target
| * | | | | | | | networking.nat: replace network-interfaces.targetAlexander Ried2016-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can replace this safely with network-pre because iptables does not care whether the interfaces exist or not.
| * | | | | | | | lshd service: remove use of network-interfaces.targetAlexander Ried2016-09-13
| | | | | | | | |
| * | | | | | | | openvpn service: network-interfaces.target -> network.targetAlexander Ried2016-09-13
| | | | | | | | |
| * | | | | | | | gpve service: network-interfaces.target -> network.targetAlexander Ried2016-09-13
| | | | | | | | |
| * | | | | | | | cluster.kubernetes: fix service orderingAlexander Ried2016-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requires does NOT imply After, so I added the missing ordering.
| * | | | | | | | misc.etcd: get closer to upstream service definitionAlexander Ried2016-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | taken from https://github.com/coreos/etcd/blob/master/contrib/systemd/etcd.service I intentionally kept "After = network.target" because I think it's missing upstream (https://github.com/coreos/etcd/pull/6388)
| * | | | | | | | monitoring.monit: get closer to upstream service definitionAlexander Ried2016-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | taken from https://bitbucket.org/tildeslash/monit/src/e02247e0480b19be88e6a908886da83bbb1bc6a3/system/startup/monit.service.in?at=master
| * | | | | | | | softether: improve service dependenciesAlexander Ried2016-09-13
| | | | | | | | |
| * | | | | | | | wicd: get closer to upstream service definitionAlexander Ried2016-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | taken from http://bazaar.launchpad.net/~wicd-devel/wicd/experimental/view/head:/other/wicd.service
| * | | | | | | | treewide: minor format / style / documentation fixesAlexander Ried2016-09-13
| | | | | | | | |
| * | | | | | | | networking.dhcpcd: use upstream targetsAlexander Ried2016-09-13
| | | | | | | | |
| * | | | | | | | tomcat: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | peerflix: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | oauth2_proxy: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | kibana service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | elasticsearch service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | marathon service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | chronos service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | zerobin service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | xinetd service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | wpa-supplicant service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | tinc service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | tcpcrypt service: remove use of network-interfaces.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | radicale service: network-interfaces.target -> network{,-online}.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | oidentd service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | cjdns service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
| | | | | | | | |
| * | | | | | | | bind service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
| | | | | | | | |