about summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
...
| | | * | | | nixos/dokuwiki: add option disableActionsdadada2020-04-18
| | | | | | |
| | | * | | | nixos/dokuwiki: set default value for usersFiledadada2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If usersFile is not set, a file is created along the stateDir that can hold the users and supports dynamically adding users using the web GUI.
| | | * | | | nixos/dokuwiki: add assertion for usersFiledadada2020-04-18
| | | | | | |
| | | * | | | nixos/dokuwiki: add plugins and templates optionsdadada2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for additional plugins and templates similarly to how wordpress.nix does it. Plugins and templates need to be packaged as in the example.
| | | * | | | nixos/dokuwiki: refactordadada2020-04-18
| | | | | | |
| | | * | | | nixos/dokuwiki: add <name?> optiondadada2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables multi-site configurations. This break compatibility with prior configurations that expect options for a single dokuwiki instance in `services.dokuwiki`.
| | * | | | | Merge pull request #83301 from evils/tuptimeFlorian Klink2020-04-19
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Tuptime: Init Package, Module and Test
| | | * | | | | nixos/tuptime: init moduleEvils2020-04-03
| | | | | | | |
| | * | | | | | Merge pull request #73934 from flokli/nixos-test-port-cockroachdbworldofpeace2020-04-19
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixosTests.cockroachdb: port to python
| | | * | | | | | nixos/chrony: move to StateDirectory and tmpfiles.dFlorian Klink2020-04-03
| | | | | | | | |
| | | * | | | | | cockroachdb: remove stray trailing whitespaceFlorian Klink2020-04-03
| | | | | | | | |
| | * | | | | | | Revert "nixos: Introduce nix.buildLocation option"Michael Weiss2020-04-19
| | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5291925fd2486175e781669412fa5a525da7602a. Reason: This started to cause severe regressions, see: - https://github.com/NixOS/nixpkgs/issues/85552 - https://github.com/NixOS/nixpkgs/pull/83166#pullrequestreview-395960588 Fixes #85552.
| * | | | | | | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2020-04-18
| |\| | | | | |
| | * | | | | | Merge pull request #83166 from avnik/nix-build-locationJörg Thalheim2020-04-18
| | |\ \ \ \ \ \
| | | * | | | | | nixos: Introduce nix.buildLocation optionAlexander V. Nikolaev2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to specify where package build will happens. It helps big packages (like browsers) not to overflow tmpfs.
| | * | | | | | | nixos/rss2email: globally install rss2emailAlyssa Ross2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For man pages.
| | * | | | | | | treewide: per RFC45, remove more unquoted URLsPavol Rusnak2020-04-18
| | | | | | | | |
| * | | | | | | | Merge branch 'master' of github.com:NixOS/nixpkgs into stagingJohn Ericson2020-04-18
| |\| | | | | | |
| | * | | | | | | nixos/deluge: support 2.xMilan Pässler2020-04-18
| | |/ / / / / /
| * | | | | | | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2020-04-17
| |\| | | | | |
| | * | | | | | nixos/k3s: add initial k3s serviceEuan Kemp2020-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nixos/k3s: simplify config expression * nixos/k3s: add config assertions and trim unneeded bits * nixos/k3s: add a test that k3s works; minor module improvements This is a single-node test. Eventually we should also have a multi-node test to verify the agent bit works, but that one's more involved. * nixos/k3s: add option description * nixos/k3s: add defaults for token/serveraddr Now that the assertion enforces their presence, we dont' need to use the typesystem for it. * nixos/k3s: remove unneeded sudo in test * nixos/k3s: add to test list
| | * | | | | | mopidy: Create a mopidyPackages setadisbladis2020-04-17
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | This is to avoid mixing python versions in the same plugin closure.
| | * | | | | nixos/doc: fix database-setup example for matrix-synapseMaximilian Bosch2020-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #85327
| * | | | | | Merge branch 'staging-next' into stagingJan Tojnar2020-04-16
| |\| | | | |
| | * | | | | Merge pull request #78129 from flyfloh/airsonic-vhostMichele Guerini Rocco2020-04-15
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | airsonic: fix virtualHost option
| | | * | | | | airsonic: enable nginx.recommendedProxySettings with virtualHostFlorian2020-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes music playback when using the `services.airsonic.virtualHost` option.
| | * | | | | | Merge pull request #83362 from bachp/boincMatthew Bauer2020-04-14
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/boinc: simplify setup of boinc service
| | | * | | | | | nixos/boinc: create boinc groupPascal Bach2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows users that are members of the boinc group to interact with the boinc service by running: boincmgr -d /var/lib/boinc
| | | * | | | | | nixos/boinc: log to journal instead of log filePascal Bach2020-03-25
| | | | | | | | |
| | * | | | | | | Merge pull request #85165 from mayflower/alertmanager-clusteringMaximilian Bosch2020-04-14
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | prometheus/alertmanager: implement HA clustering support
| | | * | | | | | | alertmanager: implement HA clustering supportRobin Gloster2020-04-13
| | | | | | | | | |
| | * | | | | | | | Merge pull request #85222 from mayflower/libinput-manual-refworldofpeace2020-04-14
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/libinput: refer to libinput manual
| | | * | | | | | | | nixos/libinput: refer to libinput manualLinus Heckemann2020-04-14
| | | | | | | | | | |
| | * | | | | | | | | Merge pull request #84255 from prikhi/lightdm-mini-greeter-040worldofpeace2020-04-14
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | lightdm-mini-greeter: 0.3.4 -> 0.4.0
| | | * | | | | | | | | lightdm-mini-greeter: 0.3.4 -> 0.4.0Pavan Rikhi2020-04-04
| | | | |_|_|_|_|/ / / | | | |/| | | | | | |
| | * | | | | | | | | nixos/dysnomia: fix documentRoot propertySander van der Burg2020-04-14
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2020-04-13
| |\| | | | | | | |
| | * | | | | | | | Merge pull request #76723 from jokogr/u/traefik-2.1.1Jörg Thalheim2020-04-13
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Traefik: 1.7.14 -> 2.2.0
| | | * | | | | | | | nixos/traefik: make config deep mergeableIoannis Koutras2020-04-12
| | | | | | | | | | |
| | | * | | | | | | | nixos/traefik: Adapt to traefik v2Ioannis Koutras2020-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit: 1. Updates the path of the traefik package, so that the out output is used. 2. Adapts the configuration settings and options to Traefik v2. 3. Formats the NixOS traefik service using nixfmt.
| * | | | | | | | | | Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020Matthew Bauer2020-04-13
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | Cross compilation fixes [april 2020]
| | * | | | | | | | | treewide/nixos: use stdenv.cc.libc instead of glibc when availableMatthew Bauer2020-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents duplication in cross-compiled nixos machines. The bootstrapped glibc differs from the natively compiled one, so we get two glibc’s in the closure. To reduce closure size, just use stdenv.cc.libc where available.
| | * | | | | | | | | gdk-pixbuf: make target env hookMatthew Bauer2020-04-06
| | | |_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately, we need to emulate the system to get a real cache. Native version doesn’t know the right paths.
| * | | | | | | | | Merge pull request #85092 from mayflower/prometheus-local-config-genMaximilian Bosch2020-04-13
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | prometheus: use runCommandNoCCLocal for config gen
| | * | | | | | | | prometheus: use runCommandNoCCLocal for config genRobin Gloster2020-04-12
| | | | | | | | | |
| * | | | | | | | | Merge pull request #84946 from bqv/nftablesGraham Christensen2020-04-12
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | nixos/nftables: fix typo in ruleset example
| | * | | | | | | | nixos/nftables: fix typo in ruleset exampleTony Olagbaiye2020-04-10
| | | | | | | | | |
| * | | | | | | | | hydra: wrap executables with hydra env varsFrederik Rietdijk2020-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We already set the relevant env vars in the systemd services. That does not help one when executing any of the executables outside a service, e.g. when creating a new user.
| * | | | | | | | | Merge pull request #84940 from symphorien/rouncube-spellMaximilian Bosch2020-04-11
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | roundcube: use pspell for spellchecking
| | * | | | | | | | | roundcube: use pspell for spellcheckingSymphorien Gibol2020-04-10
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, upstream enables a third party service in the cloud: https://github.com/roundcube/roundcubemail/blob/1.4.3/config/defaults.inc.php#L790-L798