about summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
* nixos: disable sound by default, if stateVersion >= 18.03 (#35355)Aristid Breitkreuz2018-02-22
|
* Merge pull request #35243 from FRidh/postgisFrederik Rietdijk2018-02-22
|\ | | | | postgis: get rid of composableDerivation
| * postgis: get rid of composableDerivationFrederik Rietdijk2018-02-20
| | | | | | | | | | In this change composableDerivation is removed in favor of stdenv.mkDerivation.
* | crashplan-small-business: remove unneeded functionMarti Serra2018-02-21
| |
* | Merge pull request #30057 from dtzWill/feature/webos-novacomdWill Dietz2018-02-20
|\ \ | |/ |/| webos: init novacom, novacomd, cmake-modules; add nixos service
| * webos: init novacom, novacomd, cmake-modules; add nixos serviceWill Dietz2018-02-20
| |
* | Merge pull request #32062 from volth/patch-73Joachim F2018-02-20
|\ \ | | | | | | nixos/varnish: check .vcl syntax at compile time
| * | nixos/varnish: it does not matter where to check syntax, only whenvolth2017-12-09
| | |
| * | nixos/varnish: check .vcl syntax at compile time (e.g. before nixops deployment)volth2017-11-26
| | |
* | | Merge pull request #32761 from xvapx/crashplan-small-businessJoachim F2018-02-20
|\ \ \ | |_|/ |/| | crashplan-small-business: init at 6.6.0
| * | crashplan-small-business: init at 6.6.0Marti Serra2017-12-18
| | |
* | | Merge pull request #35161 from volth/patch-92Franz Pletz2018-02-20
|\ \ \ | | | | | | | | nixos/nat: support nat reflection
| * | | nixos/nat: support nat reflectionvolth2018-02-19
| | | |
* | | | Merge pull request #35141 from abbradar/dhcpcd-orderFranz Pletz2018-02-20
|\ \ \ \ | | | | | | | | | | dhcpcd service: fix service dependencies when default gateways are set
| * | | | dhcpcd service: want for both IP stacksNikolay Amiantov2018-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to wait for both stacks to be active before declaring that network is active. So either both default gateways must be specified or only IPv4 if IPv6 is disabled to avoid dhcpcd for network-online.target.
| * | | | dhcpcd service: always want by multi-userNikolay Amiantov2018-02-19
| |/ / / | | | | | | | | | | | | | | | | When default gateways were specified the service wasn't wanted by anything at all before.
* | | | Merge pull request #35129 from rvl/buildkite-agent-hookszimbatm2018-02-20
|\ \ \ \ | | | | | | | | | | buildkite-agent service: declarative hooks and extraConfig option
| * | | | nixos/buildkite-agent: add coreutils to PATH of serviceRodney Lorrimar2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | This simplifies the service script and it's probable that many builds will need coreutils anyway.
| * | | | nixos/buildkite-agent: add a default value for name optionRodney Lorrimar2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | Use the default name value from: https://buildkite.com/docs/agent/configuration
| * | | | nixos/buildkite-agent: remove obsolete config settingRodney Lorrimar2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | Newer versions of buildkite-agent can find the bootstrap script themselves.
| * | | | nixos/buildkite-agent: enhance documentation for meta-data optionRodney Lorrimar2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I assumed they were space-separated, which was wrong. In future it might be better to allow specifying an attrset of strings for the option.
| * | | | nixos/buildkite-agent: declarative hooks configurationRodney Lorrimar2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | Instead of having to set up a directory containing hook scripts, you can now directly set module options to add hooks.
| * | | | nixos/buildkite-agent: add extraConfig optionRodney Lorrimar2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | This is useful for things like enabling debugging and increasing agent priority, which don't warrant extra module options.
* | | | | nixos/nixops-dns: init (#34511)Richard Marko2018-02-20
| | | | |
* | | | | Merge pull request #34795 from oxij/os/nixosLabel-pt2Michael Raskin2018-02-19
|\ \ \ \ \ | | | | | | | | | | | | nixos: labels part 2
| * | | | | nixos: rename config.system.nixos* -> config.system.nixos.*Jan Malakhovski2018-02-18
| | | | | |
* | | | | | Merge pull request #27688 from rnhmjoj/routesMichael Raskin2018-02-19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | nixos/networking-interfaces: make static routes configurable
| * | | | | nixos/modules: rename IP addresses/routes optionsrnhmjoj2018-02-17
| | | | | |
| * | | | | nixos/networking-interfaces: rename IP addresses/routes optionsrnhmjoj2018-02-17
| |/ / / /
* / / / / nixos/postfix: document that *Alias options support comma separated valuesBjørn Forsman2018-02-18
|/ / / / | | | | | | | | | | | | For the longest time I thought there could be only one rootAlias.
* | | | nixos/dante: order after network-online.target (#34435)Alexei Robyn2018-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-online.target properly depends on the underlying network management tool (e.g. NixOS static configuration scripts, dhcpcd, NetworkManager, networkd) signalling that all interfaces are up and appropriately configured (to whatever degree possible/required), whereas network.target only indicates that the network management tool itself has started.
* | | | Merge pull request #29869 from Nadrieril/syncserver-fupJoachim F2018-02-17
|\ \ \ \ | | | | | | | | | | syncserver service: follow-up of #28189
| * | | | firefox.syncserver service: Fix missing dependencyNadrieril2017-12-08
| | | | |
| * | | | firefox.syncserver service: Add nadrieril to maintainersNadrieril2017-12-08
| | | | |
| * | | | firefox.syncserver service: Fix permissionsNadrieril2017-12-08
| | | | |
| * | | | firefox.syncserver service: No need for configurable userNadrieril2017-12-08
| | | | |
* | | | | nixos/nginx: validate config syntax in preStart (#24664)Niklas Hambüchen2018-02-17
| | | | |
* | | | | Merge pull request #34587 from netixx/add-freeradius-serviceJoachim F2018-02-17
|\ \ \ \ \ | |_|/ / / |/| | | | nixos/freeradius : init - Added freeradius service
| * | | | nixos/freeradius : init - Added freeradius serviceNetix (Espinet François)2018-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inspired from the dhcpd service implementation Only 2 configurations options at the moment: - enabled - path to config directory (defaults to /etc/raddb) Implementation was also inspired from ArchLinux systemd file and corrected with @dotlambda and @fpletz help.
* | | | | Merge pull request #33954 from kuznero/pr/kubernetesTim Steinbach2018-02-16
|\ \ \ \ \ | | | | | | | | | | | | kubernetes: 1.7.9 -> 1.9.1
| * | | | | nixos/k8s: Enable Node authorizer and NodeRestriction by defaultSarah Brofeldt2018-02-04
| | | | | |
| * | | | | kubernetes-dashboard (module): 1.6.3 -> 1.8.2Roman Kuznetsov2018-01-17
| | | | | |
* | | | | | Merge staging and PR #35021Vladimír Čunát2018-02-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's the last staging commit (mostly) built on Hydra, and a minimal fix for Darwin regression in pysqlite.
| * | | | | | radvd service: fix due to systemd upgradeFranz Pletz2018-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After the systemd 237 upgrade, radvd wouldn't start anymore because the PID file cannot be written. It seems that directories in /run has to be explicitely defined as RuntimeDirectory now. The PID file isn't needed due to systemd, though, so it was removed along with forking and loggia via syslog. This fixes the ipv6 NixOS test.
* | | | | | | connmand: add extraFlags option to serviceHerwig Hochleitner2018-02-15
| | | | | | |
* | | | | | | nixos/fwupd: add maintainersJan Tojnar2018-02-15
| | | | | | |
* | | | | | | Merge pull request #34974 from dotlambda/prosodyFrederik Rietdijk2018-02-14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | nixos/prosody: add package option
| * | | | | | nixos/prosody: add package optionRobert Schütz2018-02-14
| | | | | | |
* | | | | | | nixos/gnunet: set private TMPDIR (#34945)Lassulus2018-02-14
| | | | | | |
* | | | | | | plasma: 5.11.5 -> 5.12.1adisbladis2018-02-14
|/ / / / / /