summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
* Merge pull request #68037 from dtzWill/update/upower-0.99.11worldofpeace2019-09-08
|\ | | | | upower: 0.99.10 -> 0.99.11
| * nixos/upower: drop resumeCommands hackworldofpeace2019-09-08
| | | | | | | | | | | | Introduced 7 years ago, it's likely the issue has been fixed. Even possible this could cause issues with recent upower.
| * nixos/upower: drop custom unitworldofpeace2019-09-08
| | | | | | | | | | | | All of these changes ++ are in the upstream unit Also drop glib in path of unit as I don't believe this should be needed anymore.
| * nixos/upower: don't use activation script to create statedirworldofpeace2019-09-08
| | | | | | | | Systemd now handles this completely.
* | deluge service: fix my bad conflict resolution from f21211ebfVladimír Čunát2019-09-08
| | | | | | | | I'm sorry. Thanks to aszlig.
* | Merge pull request #66274 from talyz/gitlabFlorian Klink2019-09-07
|\ \ | | | | | | nixos/gitlab: Add support for secure secrets and more
| * | nixos/gitlab: Extract arbitrary secrets from extraConfigtalyz2019-09-06
| | | | | | | | | | | | | | | | | | Adds the ability to make any parameter specified in extraConfig secret by defining it an attrset containing the attr _secret, which in turn is a path to a file containing the actual secret.
| * | nixos/gitlab: Use postgresql module options to provision local dbtalyz2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the postgresql module to provision a local db (if databaseCreateLocally is true) instead of doing this locally. Switch to using the local unix socket for db connections by default; this is needed since dbs created by the postgresql module only support peer authentication. Instead of running the rake tasks db:schema:load, db:migrate and db:seed_fu, run gitlab:db:configure, which in turn runs these tasks when needed. Solves issue #53852 for gitlab.
| * | nixos/gitlab: Add support for storing secrets in filestalyz2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for storing secrets in files outside the nix store, since files in the nix store are world-readable and secrets therefore can't be stored safely there. The old string options are kept, since they can potentially be handy for testing purposes, but their descriptions now state that they shouldn't be used in production. The manual section is updated to use the file options rather than the string options and the tests now test both.
| * | nixos/gitlab: Fix missing ca_file for SMTPtalyz2019-09-06
| | | | | | | | | | | | | | | Work around upstream issue #790 by explicitly referencing the ca-certificates.crt file.
* | | postgresql_9_4: Remove packageadisbladis2019-09-07
| | | | | | | | | | | | It's only supported until February 13, 2020 which is during the 19.09 life cycle.
* | | nixos/kibana: Filter empty listsadisbladis2019-09-07
| | | | | | | | | | | | | | | Some options (in particular elasticsearch.ssl.certificateAuthorities) are not allowed to be empty.
* | | Merge pull request #68243 from mmahut/jormungandrMarek Mahut2019-09-07
|\ \ \ | | | | | | | | nixos/jormungandr: adding RUST_BACKTRACE until service is stable
| * | | nixos/jormungandr: adding RUST_BACKTRACE until service is stableMarek Mahut2019-09-07
| | | |
* | | | Merge pull request #68213 from worldofpeace/ead/fixworldofpeace2019-09-07
|\ \ \ \ | | | | | | | | | | nixos/iwd: add tmpfiles rule for ead service
| * | | | nixos/iwd: add tmpfiles rule for ead serviceworldofpeace2019-09-06
| | |/ / | |/| | | | | | | | | | | | | | This is needed for the wired service ead.service. (in ReadWritePaths)
* | | | Merge pull request #68182 from worldofpeace/chrome-gnome-shellworldofpeace2019-09-07
|\ \ \ \ | |_|/ / |/| | | nixos/gnome3: enable chrome-gnome-shelll
| * | | nixos/gnome3: enable chrome-gnome-shelllworldofpeace2019-09-05
| | | |
| * | | nixos/chrome-gnome-shell: enable in firefoxworldofpeace2019-09-05
| |/ /
* | | Merge pull request #68233 from worldofpeace/plasma5-enable-libinputworldofpeace2019-09-06
|\ \ \ | | | | | | | | nixos/plasma5: enable libinput
| * | | nixos/plasma5: enable libinputworldofpeace2019-09-06
| | | |
* | | | Merge pull request #67917 from worldofpeace/lightdm-pam-gnome-keyringworldofpeace2019-09-06
|\ \ \ \ | | | | | | | | | | nixos/lightdm: fix pam rules
| * | | | nixos/lightdm: fix pam rulesworldofpeace2019-09-06
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rules are a translation of what's done in the GDM module and adjustments based of looking at Arch Linux's configuration and upstream's. A side effect of this change is that gnome-keyring and kwallet modules should work as expected when in- cluded. Fixes #64259 #62045
* | | | Merge master into staging-nextFrederik Rietdijk2019-09-06
|\ \ \ \
| * | | | nixos/prometheus: remove prometheus1 module, rename prometheus2WilliButz2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | Prometheus 1 is no longer supported, instead 'services.prometheus' now configures the Prometheus 2 service.
| * | | | murmur service: fix typo in descriptionNikolay Amiantov2019-09-06
| |/ / /
| * | | Merge pull request #67585 from worldofpeace/system-config-printerworldofpeace2019-09-06
| |\ \ \ | | | | | | | | | | nixos/system-config-printer: init
| | * | | nixos/mate: enable system-config-printerworldofpeace2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | After some research this should be installed as a program in Mate or Cinnamon.
| | * | | nixos/plasma5: use system-config-printer moduleworldofpeace2019-09-06
| | | | |
| | * | | nixos/xfce4-14: use system-config-printer moduleworldofpeace2019-09-06
| | | | |
| | * | | nixos/gnome3: use system-config-printer moduleworldofpeace2019-09-06
| | | | |
| | * | | nixos/pantheon: use system-config-printer moduleworldofpeace2019-09-06
| | | | |
| | * | | nixos/system-config-printer: initworldofpeace2019-09-06
| | |/ /
* | | | Merge branch 'master' into staging-nextJan Tojnar2019-09-06
|\| | |
| * | | kibana5: Remove EOL packageadisbladis2019-09-06
| | | |
| * | | logstash5: Remove EOL packageadisbladis2019-09-06
| |/ /
* | | Merge branch 'master' into staging-nextJan Tojnar2019-09-06
|\| | | | | | | | | | | Fixed trivial conflicts caused by removing rec.
| * | Merge branch 'gtk-no-plus'Jan Tojnar2019-09-06
| |\ \
| | * | tree-wide: s/GTK+/GTK/gJan Tojnar2019-09-06
| | |/ | | | | | | | | | GTK was renamed.
| * | postgresql: improve identMap descriptionCraige McWhirter2019-09-05
| | | | | | | | | | | | | | | | | | This patch provides example usage for identMap based upon PostrgeSQL documentation @thoughtpolice
| * | Merge pull request #67563 from johanot/kubernetes-1.15-withmodulerevertSarah Brofeldt2019-09-05
| |\ \ | | | | | | | | | | | | | | | | kubernetes: 1.14.3 -> 1.15.3 Also reverts the module systemd dependencies
| | * | nixos/kubernetes: make module compatible with v1.15.xJohan Thomsen2019-09-04
| | | |
| | * | Revert "Merge pull request #56789 from mayflower/upstream-k8s-refactor"Johan Thomsen2019-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7dc6e77bc2a03e660cab2c4cbf52f235bc52683e, reversing changes made to bce47ea9d5fa962736ddd4a254a27a5fd2cdee9a. Motivation for the revert in #67563
| * | | Merge pull request #68015 from aanderse/zookeeperSilvan Mosberger2019-09-04
| |\ \ \ | | | | | | | | | | nixos/zookeeper: recursively set permissions and ownership on dataDir
| | * | | nixos/zookeeper: recursively set permissions and ownership on dataDirAaron Andersen2019-09-03
| | | |/ | | |/|
| * | | ceph: 13.2.4 -> 14.2.1Johan Thomsen2019-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove kinetic * release note * add johanot as maintainer nixos/ceph: create option for mgr_module_path - since the upstream default is no longer correct in v14 * fix module, default location for libexec has changed * ceph: fix test
| * | | ceph: 12.2.7 -> 13.2.4Kristoffer2019-09-04
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maintain only one version * ceph-client: init * include ceph-volume python tool in output nixos/ceph: extraConfig, fix test, wait for ceph-mgr to become active * run ceph with disk group permission * add extraConfig option for the global section needed per cluster * clear up how ceph.conf is generated * fix ceph testcase
| * | Merge pull request #68094 from peterhoeg/f/darkhttpPeter Hoeg2019-09-04
| |\ \ | | |/ | |/| nixos/darkhttpd: fix package reference
| | * nixos/darkhttpd: fix package referencePeter Hoeg2019-08-28
| | |
* | | Merge branch 'master' into staging-nextVladimír Čunát2019-09-04
|\| |