about summary refs log tree commit diff
path: root/nixos/modules/services/misc
Commit message (Collapse)AuthorAge
* Merge pull request #41478 from bluescreen303/docker-registryMatthew Justin Bauer2018-06-20
|\ | | | | Small improvements to the docker registry module
| * nixos/docker-registry: allow running on ports < 1024Mathijs Kwik2018-06-06
| |
| * nixos/docker-registry: allow nested config optionsMathijs Kwik2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for example: services.dockerRegistry = { enable = true; extraConfig = { http = { host = "https://${config.networking.hostName}:5000"; tls = { certificate = "${registry-tls}/snakeoil.pem"; key = "${registry-tls}/snakeoil.key"; }; }; }; };
* | xmr-stak service: support multiple config filesFranz Pletz2018-06-19
| |
* | nixos/sandbox: improve documentation.Brandon Elam Barker2018-06-07
|/ | | | This was put together based on feedback from LnL on IRC.
* nixos/gitea: Respect gitea-dump enable option. (#41437)Thomas Kerber2018-06-04
|
* nixos/gitea: fix pre start scriptTobias Happ2018-05-29
| | | | | | | The hooks directory contains now one level deep subdirectories which need to be updated as well. If you use gitea via ssh, ~/.ssh/authorized_keys also needs to be updated because of the hardcoded path to gitea in the "command" option.
* Merge branch 'master' into stagingJan Malakhovski2018-05-26
|\ | | | | | | | | | | Fixed conflicts: - lib/systems/for-meta.nix: in favor of staging - pkgs/os-specific/darwin/xcode/default.nix: in favor of master
| * w3m: Add a variant without graphics support and use for NixOS manualTuomas Tynkkynen2018-05-25
| | | | | | | | This gets rid of various graphics libraries from the minimal installer.
| * gitlab module: update for 10.8Robin Gloster2018-05-24
| |
* | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-05-22
|\|
| * home-assistant module: add openFirewall optionRobin Gloster2018-05-22
| |
| * Stop requiring the nixpkgs symlink in NixOS channel tarballsDaniel Peebles2018-05-21
| | | | | | Ideally I'd like the whole `nixos`/`nixpkgs` channel distinction to disappear, but this is a step along that path. After a while being in this state, we can stop creating the magic `nixpkgs -> .` symlink inside our `nixos` channel tarballs and simplify that whole mess a bit.
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-21
|\|
| * nixos/gitea: Add options to enable a timer with optional intervalElis Hirwing2018-05-20
| | | | | | | | | | This will run gitea dump and create a backup file for gitea every so often as the interval is defined to do.
| * nixos/gitea: Allow customizing derivation to useElis Hirwing2018-05-20
| |
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-16
|\| | | | | | | | | Keep the dontCheck because the test suite fails, get rid of the LDFLAGS hack because we don't need it!
| * sysprof: 1.2.0 -> 3.28.1Andreas Rammhold2018-05-16
| |
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-14
|\|
| * Merge pull request #40373 from xeji/fix-mesos-testxeji2018-05-13
| |\ | | | | | | nixos/mesos: fix non-deterministic service and test failure
| | * nixos/mesos-slave: start after dockerUli Baum2018-05-11
| | | | | | | | | | | | | | | | | | If docker is enabled, start mesos-slave.service after docker.service to avoid a race condition that could result in mesos-slave to fail with "Failed to create docker: Timed out getting docker version"
* | | Merge master into stagingFrederik Rietdijk2018-05-13
|\| |
| * | nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1Jan Malakhovski2018-05-12
| |/
* | Merge remote-tracking branch 'upstream/master' into stagingMatthew Bauer2018-05-08
|\|
| * nixos/matrix-synapse service: url_preview_url_blacklist fix (#40027)Tristan Helmich2018-05-06
| | | | | | | | Moved list of ip ranges to url_preview_ip_range_blacklist defaults. Fixes #40017
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-03
|\|
| * Merge branch 'master' into docker-registry-enhancementsRobin Gloster2018-05-02
| |\
| * | 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 branch 'staging' into fix-ncurses-darwin-extensionsMatthew Justin Bauer2018-05-02
|\ \ \ | |_|/ |/| |
| * | nixos/nix-daemon: optionally (on by default) check nix.conf can be readWill Dietz2018-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * checks using package providing the nix-daemon that we'll be using * made optional (unlike some other config checks) "just in case": since this requires running the new Nix on the builder, this won't work in a few (AFAIK very uncommon) situations such as cross-compiling NixOS or using `include` directives in nix.conf This does rely on Nix2 but not by the builder. Since we only offer Nix2+ in-tree this should be fine, and may otherwise be required anyway.
* | | 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
| | | |
* | | | 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
| | | |
* | | | gitlab module: update to gitlab 10.7Robin Gloster2018-04-26
| | | |
* | | | 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
| | | | |
* | | | | 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.
* | | | | Merge pull request #38918 from gnidorah/gitwebWout Mertens2018-04-20
|\ \ \ \ \ | | | | | | | | | | | | nixos/gitweb: add gitwebTheme option
| * | | | | nixos/gitweb: add gitwebTheme optiongnidorah2018-04-17
| |/ / / /
* | | | | Merge pull request #38485 from obsidiansystems/nixos-nixpkgs-optionsJohn Ericson2018-04-19
|\ \ \ \ \ | | | | | | | | | | | | nixpkgs module: Clean up platform options
| * | | | | nixpkgs module: Clean up platform optionsJohn Ericson2018-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - `localSystem` is added, it strictly supercedes system - `crossSystem`'s description mentions `localSystem` (and vice versa). - No more weird special casing I don't even understand TEMP
* | | | | | Merge pull request #37515 from MHOOO/patch-2Matthew Justin Bauer2018-04-17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix permission on working directory
| * | | | | Fix permission on working directoryThomas Karolski2018-03-21
| | | | | | | | | | | | | | | | | | The working directory needs the x flag, otherwise executors (e.g. sparks executor) are unable to cd into their sandbox and create e.g. temporary files.
* | | | | | safeeyes: restart only on failureBjornMelgaard2018-04-10
| | | | | |