summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
...
| * | | | | 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
| | | | | |
| * | | | | 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
| | | | | |
* | | | | | Merge pull request #19138 from nhooyr/opensshJörg Thalheim2016-10-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | openssh: support prohibit-password for permitRootLogin
| * | | | | | openssh: support prohibit-password for permitRootLoginAnmol Sethi2016-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/openssh/openssh-portable/commit/1dc8d93ce69d6565747eb44446ed117187621b26 I also made it the default.
* | | | | | | container module: allowedDevices type to submoduleEric Sagnes2016-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The optionSet type is deprecated in favor of submodule
* | | | | | | Merge pull request #19142 from laMudri/ibus-table-doc-2Thomas Tuegel2016-10-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ibus: explain ibus-table in the docs
| * | | | | | | ibus: explain ibus-table in the docslaMudri2016-10-01
| | |_|_|_|/ / | |/| | | | |
* | | | | | | java program: Init.Svein Ove Aas2016-10-01
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Mostly just provides a shell hook for the jdk's setup-hook. Tested with openjdk and jre.
* | | | | | Merge pull request #19136 from nhooyr/powerdnsJörg Thalheim2016-10-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | powerdns: removed PrivateTmp=true in serviceConfig
| * | | | | | powerdns: removed PrivateTmp=true in serviceConfigAnmol Sethi2016-10-01
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed in #18718 PrivateTmp is unnecessary because powerdns is chrooted to /var/lib/powerdns. I also added myself as co-maintainer.
* | | | | | Merge pull request #18511 from ericsagnes/feat/remove-optionSetJoachim F2016-10-01
|\ \ \ \ \ \ | |/ / / / / |/| | | | | modules: optionSet -> submodule
| * | | | | systemd module: optionSet -> submoduleEric Sagnes2016-09-13
| | | | | |
| * | | | | networkd module: optionSet -> submoduleEric Sagnes2016-09-13
| | | | | |
| * | | | | containers module: optionSet -> submoduleEric Sagnes2016-09-13
| | | | | |
| * | | | | network-interfaces module: optionSet -> submoduleEric Sagnes2016-09-13
| | | | | |
| * | | | | etc module: optionSet -> submoduleEric Sagnes2016-09-13
| | | | | |
| * | | | | luksroot module: optionSet -> submoduleEric Sagnes2016-09-13
| | | | | |
| * | | | | grub module: optionSet -> submoduleEric Sagnes2016-09-13
| | | | | |
| * | | | | zope2 module: optionSet -> submoduleEric Sagnes2016-09-13
| | | | | |
| * | | | | winstone module: optionSet -> submoduleEric Sagnes2016-09-13
| | | | | |
| * | | | | i2pd module: optionSet -> submoduleEric Sagnes2016-09-13
| | | | | |
| * | | | | tinc module: optionSet -> submoduleEric Sagnes2016-09-13
| | | | | |
| * | | | | openvpn module: optionSet -> submoduleEric Sagnes2016-09-13
| | | | | |
| * | | | | xinet module: optionSet -> submoduleEric Sagnes2016-09-13
| | | | | |