summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
* restic-rest-server module: initPascal Bach2018-05-04
|
* prometheus-nginx-exporter: fix bool to string coercionWilliButz2018-05-02
|
* Merge branch 'master' into docker-registry-enhancementsRobin Gloster2018-05-02
|\
| * nixos/prometheus-surfboard-exporter: add new moduleSamuel Leathers2018-05-02
| |
| * foundationdb: split into multiple, major-versioned packages to make upgrades ↵Austin Seipp2018-05-01
| | | | | | | | | | | | user-controllable Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * nixos: add TLS support to FoundationDB module, and tweak setup a bitAustin Seipp2018-05-01
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * foundationdb: install the java client libraryAustin Seipp2018-05-01
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * nixos/prometheus-varnish-exporter: update moduleWilliButz2018-05-01
| |
| * Merge pull request #39478 from pngwjpgh/infinotedMatthew Justin Bauer2018-05-01
| |\ | | | | | | nixos/infinoted: Abstract over libinfinity version
| | * nixos/infinoted: Abstract over libinfinity versionGregor Kleen2018-04-26
| | |
| * | nixos/monetdb: init (#39812)Michael Weiss2018-05-01
| | |
| * | nixos/promtheus-nginx-exporter: update moduleWilliButz2018-05-01
| | |
| * | Merge pull request #38351 from grahamc/user-channelsGraham Christensen2018-05-01
| |\ \ | | | | | | | | Add user channels to the default nix path
| | * | Add user channels to the default nix pathGraham Christensen2018-05-01
| | | |
| * | | hitch: init at 1.4.8 + service + test (#39358)Julien Langlois2018-05-01
| | | | | | | | | | | | | | | | Add the Hitch TLS reverse proxy as an option for TLS termination.
| * | | Merge pull request #38831 from rdnetto/improve-cross-refsGraham Christensen2018-04-30
| |\ \ \ | | | | | | | | | | Improve cross referencing in NixOS Manual
| | * | | Added cross-references to NixOS manualReuben D'Netto2018-04-12
| | | | |
| * | | | nixos/bspwm: spawn bpswm process in the background and properly set waiPID ↵Milo2018-04-30
| | | | | | | | | | | | | | | | | | | | (#39707)
* | | | | nixos/docker-registry: Add support for garbage collector to docker registryMichele Catalano2018-05-01
| | | | |
* | | | | nixos/docker-registry: cleanup module definition & enhance testcaseMaximilian Bosch2018-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following changes have been applied: - the property `http.headers.X-Content-Type-Options` must a list of strings rather than a serialized list - instead of `/etc/docker/registry/config.yml` the configuration will be written with `pkgs.writeText` and the store path will be used to run the registry. This reduces the risk of possible impurities by relying on the Nix store only. - cleaned up the property paths to easy readability and reduce the verbosity. - enhanced the testcase to ensure that digests can be deleted as well - the `services.docker-registry.extraConfig` object will be merged with `registryConfig` /cc @ironpinguin
* | | | | nixos/docker-registry: add more configuration options for docker-registryMichele Catalano2018-05-01
|/ / / /
* | | | Merge pull request #39137 from peterhoeg/m/lcdPeter Hoeg2018-04-28
|\ \ \ \ | | | | | | | | | | nixos lcdproc: module for lcdd/lcdproc
| * | | | nixos lcdproc: module for lcdd/lcdprocPeter Hoeg2018-04-25
| | | | |
* | | | | Merge pull request #39612 from bgamari/cupsd-loglevelJörg Thalheim2018-04-28
|\ \ \ \ \ | | | | | | | | | | | | cupsd: Introduce services.printing.logLevel option
| * | | | | nixos/cupsd: Introduce services.printing.logLevel optionBen Gamari2018-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we indirectly suggested that the user use services.printing.extraConf to set this, but this doesn't work with the default merge ordering. Fix this by making it an independent option. Fixes #39611.
* | | | | | unifi, nixos/unifi: support LTS (5.6.36) and release (5.7.20)Badi Abdul-Wahid2018-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ubiquiti has both a LTS and current version of their Unifi controller software. The latter adds new features, but may drop support for some devices. This adds the capability to use either for the unifi module but defaults to the LTS version, which was the previous behavior.
* | | | | | nixos/xserver: remove nvidiaLegacy173 from videoDrivers.examplesJörg Thalheim2018-04-27
| | | | | | | | | | | | | | | | | | | | | | | | see https://github.com/NixOS/nixpkgs/commit/92265e807e60fac8bbf3c08a82715b575b5e4e7e#commitcomment-28773179
* | | | | | Merge pull request #39008 from serokell/youtrackYegor Timoshenko2018-04-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Youtrack package and service
| * | | | | | youtrack: add serviceYorick van Pelt2018-04-27
| | | | | | |
* | | | | | | Merge pull request #39002 from serokell/oauth2_proxy_modYegor Timoshenko2018-04-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | oauth2_proxy: refactor service
| * | | | | | | oauth2_proxy: use explicit upstream default for setXauthrequestYorick van Pelt2018-04-27
| | | | | | | |
| * | | | | | | oauth2_proxy: add keyFile, make some options optionalYorick van Pelt2018-04-16
| | | | | | | |
| * | | | | | | oauth2_proxy: update module for extraConfig supportYorick van Pelt2018-04-16
| | | | | | | |
* | | | | | | | nixos: xserver: add related packagesJan Malakhovski2018-04-27
| | | | | | | |
* | | | | | | | nixos: alsa: better docstringJan Malakhovski2018-04-27
| | | | | | | |
* | | | | | | | nixos/buildkite-agent: fix variable expansion in hook scriptsRodney Lorrimar2018-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @cleverca found this bug in the declarative hooks config. Any shell variables referenced in a hook script would get expanded by the hooks directory builder. Prevent variable expansion by quoting the here doc limit string.
* | | | | | | | nixos/caddy: fix ca api endpoint, now uses v2Franz Pletz2018-04-27
| |_|/ / / / / |/| | | | | |
* | | | | | | dante service: default for logoutputNikolay Amiantov2018-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Log to journald via syslog by default; also improve option type.
* | | | | | | dante service: restart only on failureNikolay Amiantov2018-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Normal exit code shouldn't result in a restart.
* | | | | | | gitlab module: update to gitlab 10.7Robin Gloster2018-04-26
| | | | | | |
* | | | | | | Merge pull request #33679 from flokli/deluge-moduleMatthew Justin Bauer2018-04-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Deluge: use mkEnableOption, add test
| * | | | | | | deluge: use mkEnableOptionFlorian Klink2018-04-13
| | | | | | | |
* | | | | | | | Merge pull request #35280 from markus1189/logkeysMatthew Justin Bauer2018-04-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Logkeys: Update and add `device` option to service
| * | | | | | | | logkeys.service: Add 'device' optionMarkus Hauck2018-02-21
| | | | | | | | |
* | | | | | | | | nginx: allow basic auth passwords to be specified in a fileBen Wolsieffer2018-04-25
| | | | | | | | |
* | | | | | | | | nixos: typofixes/tab deletion in some foundationdb docs/moduleAustin Seipp2018-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | | | | | Merge pull request #39304 from peterhoeg/f/haPeter Hoeg2018-04-25
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | home-assistant: add a few knobs and make config YAML
| * | | | | | | | home-assistant: simplify definition of configFileRobert Schütz2018-04-24
| | | | | | | | |
| * | | | | | | | home-assistant: use remarshal to convert configuration to YAMLPeter Hoeg2018-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HA doesn't mind the configuration being JSON instead of YAML but since YAML is the official language, use that as it allows users to easily exchange config data with other parties in the community.
| * | | | | | | | home-assistant: make port configurable so we can use it elsewherePeter Hoeg2018-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally, some settings based on NixOS configuation is set via defaultConfig which is then merged with the user provided configration. For now that just means http port and time zone but others can easily be added.