about summary refs log tree commit diff
path: root/nixos/modules/services/misc
Commit message (Collapse)AuthorAge
* gitlab module: update for 10.8Robin Gloster2018-05-24
|
* 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.
* 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
|
* sysprof: 1.2.0 -> 3.28.1Andreas Rammhold2018-05-16
|
* 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"
* | nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1Jan Malakhovski2018-05-12
|/
* 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 branch 'master' into docker-registry-enhancementsRobin Gloster2018-05-02
|\
| * 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
| | | |
* | | | 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
|/ / /
* | | 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
| | | | | |
* | | | | | safeeyes: add moduleBjornMelgaard2018-04-10
| | | | | |
* | | | | | Merge pull request #38527 from gnidorah/gitwebWout Mertens2018-04-07
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | nixos/nginx: fix gitweb submodule
| * | | | | nixos/nginx: fix gitweb submodulegnidorah2018-04-06
| | | | | |
* | | | | | Merge pull request #38114 from oxij/nixos/doc-moduleMichael Raskin2018-04-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos: doc module
| * | | | | | nixos: doc: introduce `documentation` config subtreeJan Malakhovski2018-03-30
| | | | | | |
* | | | | | | Merge pull request #38111 from oxij/tree/cleanupsMichael Raskin2018-04-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | assorted cleanups
| * | | | | | | nixos: dysnomia: move into `services` subtreeJan Malakhovski2018-03-30
| |/ / / / / /
* | / / / / / mkdir -> install -dEelco Dolstra2018-04-04
| |/ / / / / |/| | | | | | | | | | | | | | | | | Fixes #38421.
* | | | | | nodePackages.parsoid: pin service-runner to 2.3.0Nikolay Amiantov2018-04-02
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | service-runner had a backwards incompatible update, and parsoid 0.9.0 doesn't work with current stable MediaWiki. Instead use as a source a repository with 0.8.0 and pinned service-runner version.
* | | | | nixos/gogs: allow git operations over sshLéo Gaspard2018-03-30
|/ / / / | | | | | | | | | | | | | | | | | | | | Without `ROOT_PATH` set, `gogs serv` tries to open logs in writing in its store directory. This blocks cloning or pushing over ssh, and results in a gogs internal error.
* | | | gitweb: use common optionsgnidorah2018-03-29
| | | |
* | | | Merge pull request #34053 from thpham/serviioMatthew Justin Bauer2018-03-22
|\ \ \ \ | | | | | | | | | | serviio: init at 1.9
| * | | | add Serviio Media server package and serviceThomas Pham2018-02-07
| | | | |
* | | | | gitlab service: use recommended unicorn configFranz Pletz2018-03-22
| | | | |
* | | | | gitlab: 10.3.4 -> 10.5.4Simon Lackerbauer2018-03-22
| | | | |
* | | | | gitlab-shell: fix config path findingRobin Gloster2018-03-22
| |/ / / |/| | | | | | | | | | | and remove TimeoutSec for gitlab
* | | | Remove obsolete /nix/var/nix/{manifests,channel-cache}Eelco Dolstra2018-03-20
| | | |
* | | | nixos home-assistant: a couple of fixes (#36338)Peter Hoeg2018-03-18
| | | | | | | | | | | | | | | | | | | | | | | | a) set path to /run/wrappers so ping works b) run via a target so we can easily inject other components (config copier, appdaemon)