summary refs log tree commit diff
path: root/nixos/modules/services/misc
Commit message (Collapse)AuthorAge
* 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)
* | | gitea: fix usage over sshElis Hirwing2018-03-18
| | | | | | | | | | | | | | | | | | | | | | | | Using gitea over ssh had two isses: 1. No shell was set for the user 2. Gitea tried to write logs to /nix/store/x83q12kyd9gw1pay036dxz2dq0apf17h-gitea-1.3.2-bin/log when serving the ssh usage.
* | | Merge commit '3ab2949' from staging into masterTuomas Tynkkynen2018-03-15
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/compilers/llvm/6/llvm.nix pkgs/servers/home-assistant/component-packages.nix
| * \ \ Merge branch 'master' into stagingJan Malakhovski2018-03-10
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolved the following conflicts (by carefully applying patches from the both branches since the fork point): pkgs/development/libraries/epoxy/default.nix pkgs/development/libraries/gtk+/3.x.nix pkgs/development/python-modules/asgiref/default.nix pkgs/development/python-modules/daphne/default.nix pkgs/os-specific/linux/systemd/default.nix
| * | | | nixos: Move uses of stdenv.shell to runtimeShell.Shea Levy2018-03-01
| | | | |
* | | | | gitea: enable and configure postgres service if selected as databaseElis Hirwing2018-03-15
| |/ / / |/| | |
* | | | Merge branch 'master' into nix-2.0Vladimír Čunát2018-03-03
|\| | |
| * | | Merge branch 'nix-ssh-ng'Shea Levy2018-02-28
| |\ \ \
| | * | | nixos: nix.sshServe: Support ssh-ng.Shea Levy2018-02-28
| | | |/ | | |/|
| * / | disnix module: make dbus service configurableSander van der Burg2018-02-28
| |/ /
* / / CleanupEelco Dolstra2018-02-27
|/ /
* | webos: init novacom, novacomd, cmake-modules; add nixos serviceWill Dietz2018-02-20
| |
* | nixos: rename config.system.nixos* -> config.system.nixos.*Jan Malakhovski2018-02-18
| |
* | Merge pull request #34655 from markus1189/zookeeper-package-optionJörg Thalheim2018-02-10
|\ \ | | | | | | zookeeper.service: option for package and add to environment
| * | zookeeper.service: option for package and add to environmentMarkus Hauck2018-02-06
| |/
* | Merge pull request #34574 from dotlambda/home-assistantFrederik Rietdijk2018-02-08
|\ \ | |/ |/| nixos/home-assistant: support platform=... scheme for autoExtraComponents
| * nixos/home-assistant: support platform=... scheme for autoExtraComponentsRobert Schütz2018-02-04
| | | | | | | | See https://home-assistant.io/components/sensor.luftdaten/ for an example component using that scheme.
* | matrix-synapse: default server_name to hostnameDavid McFarland2018-02-04
| |
* | matrix-synapse: default to postgresql on 18.03David McFarland2018-02-04
| |