about summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* 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
|
* openafs-client service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
|
* nagios service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
|
* graphite service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
|
* zookeeper service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
|
* svnserve service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
|
* mesos-slave service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
|
* mesos-master service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
|
* folding-at-home service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
|
* apache-kafka service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
|
* neo4j service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
|
* influxdb service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
|
* cassandra service: network-interfaces.target -> network.targetJoachim Fasting2016-09-13
|
* nixos: fix typo in networking.interfaces.<name?>.virtual (#18548)Данило Глинський (Danylo Hlynskyi)2016-09-13
|
* networking.dhcpcd: Don't add to system closure when using networkd (#18436)Alexander Ried2016-09-13
|
* haveged module: clean up service configuration (#18513)Robert Helgesson2016-09-13
| | | | | Switches from the forking service type to simple by running haveged in the foreground. Also restricts the execution environment a bit (these are inspired by the Debian service file).
* Merge branch 'displaylink'Nikolay Amiantov2016-09-13
|\ | | | | | | Close #18041
| * displaylink service: initNikolay Amiantov2016-09-13
| |
* | audio services: use mkEnableOption (#18524)Langston Barrett2016-09-12
| |
* | prometheus service: move to separate folderFranz Pletz2016-09-11
| |
* | Merge pull request #18298 from teh/prometheus-serviceFranz Pletz2016-09-11
|\ \ | | | | | | Prometheus service
| * | prometheus service: rename values to match prometheus 1.0 naming.Tom Hunger2016-09-04
| | |
| * | prometheus service: addBenjamin Staffin2016-09-04
| | | | | | | | | | | | | | | This is based on @benleys work: https://github.com/NixOS/nixpkgs/pull/8216 I updated changed the user and group ids.
* | | nixos/modules/rename: Remove docker-registryaszlig2016-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to 9c1cdedcba2fd5233c71f0988d2eb725cc8f32ad and fed3501b0722e187284f9f6e1532f5b6e0572d6e. Discussion: https://github.com/NixOS/nixpkgs/issues/18209#issuecomment-245968857 Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @domenkozar Issue: #18209
* | | toxvpn service: doesn't require online networkFranz Pletz2016-09-11
| | | | | | | | | | | | Tested that it detects network changes quickly.
* | | treewide: fix fallout of ip-up deprecationFranz Pletz2016-09-11
| | | | | | | | | | | | | | | | | | | | | | | | See #18319 for details. Starting network-online.target manually does not work as it hangs indefinitely. Additionally, don't treat avahi and dhcpcd special and sync their systemd units with the respective upstream suggestion.
* | | mpd service: replace script with serviceConfig.ExecStartJoachim Fasting2016-09-10
| | |
* | | mpd service: add types to all optionsJoachim Fasting2016-09-10
| | |
* | | ympd service: init (#18371)Langston Barrett2016-09-10
| | | | | | | | | | | | | | | | | | | | | ympd provides a web ui, it is suitable to be run as a service. Fixes #17878. service has no requirements b/c user might be using remote mpd instance.
* | | treewide: deprecate ip-up.target (#18319)Alexander Ried2016-09-10
| | | | | | | | | | | | | | | Systemd upstream provides targets for networking. This also includes a target network-online.target. In this PR I remove / replace most occurrences since some of them were even wrong and could delay startup.
* | | Remove docker-registry as it's deprecated #18209Domen Kožar2016-09-09
| | |
* | | tomcat service: bump default tomcat to 8.5danbst2016-09-09
| | | | | | | | | | | | | | | | | | See migration changelogs at - 7.0 -> 8.0: https://tomcat.apache.org/migration-8.html - 8.0 -> 8.5: https://tomcat.apache.org/migration-85.html
* | | tomcat: add danbst as maintainerdanbst2016-09-09
| | |
* | | tomcat service: call shutdown in preStop, because postStop is too late ↵danbst2016-09-09
| | | | | | | | | | | | (systemd kills process)
* | | tomcat: split default webapps to separate output (~6M)danbst2016-09-09
| | |
* | | Linux-kernel: Workaround for https://github.com/NixOS/nixpkgs/issues/18451Lengyel Balázs2016-09-09
| | | | | | | | | | | | remove after upstream gets fixed
* | | radicale service: use "simple" service type (#18406)Robert Helgesson2016-09-08
| | | | | | | | | | | | | | | Radicale can run as a foreground service and will then emits logging and errors on the standard output. This helps the logging end up in the systemd journal.
* | | Merge pull request #18244 from DamienCassou/emacs-gtk_data_prefixDamien Cassou2016-09-08
|\ \ \ | | | | | | | | emacs module: Fix to get properly themed GTK apps