summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
* 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
|\| |
| * | blueman: add module for new systemd servicesAverell Dalton2019-09-03
| | |
| * | Merge pull request #67935 from jtojnar/gnome-fixesworldofpeace2019-09-02
| |\ \ | | | | | | | | gnome3.gvfs: fix eval with allowAliases = false
| | * | gnome3.glib-networking: replace with aliasJan Tojnar2019-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we moved gsettings-desktop-schemas to top-level, gnome3.glib-networking was the same as glib-networking. We could try to make the top-level variant not depend on gsettings-desktop-schemas again but that is probably pointless, as the dependency is rather small compared to things like libproxy. Instead, we will just drop the package in gnome3 attr set and always rely on the top-level expression.
| * | | syncplay module: initNikolay Amiantov2019-09-03
| |/ /
* | | Merge branch 'master' into stagingVladimír Čunát2019-09-02
|\| |
| * | Merge pull request #67858 from flokli/local-fs-target-servicesAndreas Rammhold2019-09-02
| |\ \ | | | | | | | | nixos: remove dependencies on local-fs.target
| | * | nixos: remove dependencies on local-fs.targetFlorian Klink2019-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since https://github.com/NixOS/nixpkgs/pull/61321, local-fs.target is part of sysinit.target again, meaning units without DefaultDependencies=no will automatically depend on it, and the manual set dependencies can be dropped.
| * | | nixos/pantheon: add onboardworldofpeace2019-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's used as an on-screen keyboard. Hopefully in future they can ship their native app [0] [0]: https://github.com/elementary/keyboard
| * | | Merge pull request #67522 from worldofpeace/gnome3/harmonize-defaultsworldofpeace2019-09-01
| |\ \ \ | | | | | | | | | | Harmonize Gnome3 Defaults
| | * | | nixos/gnome3: additions to core-shellworldofpeace2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds: - gnome-color-manager - services.avahi It appears that GeoClue requires its daemon and IIRC has been default enabled in other distros for a while. - orca It's the default screen-reader.
| | * | | nixos/gnome3: cleanup core-utilitiesworldofpeace2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | core-utilities is meant to be the base utilities for a GNOME system. The following are removed and the gnome3 module will no longer include: - accerciser - gnome-nettool - gnome-power-manager - gucharmap - nautilus-sendto See https://gitlab.gnome.org/GNOME/gnome-build-meta/merge_requests/246 - gnome-usage - vinagre - gnome-documents See https://gitlab.gnome.org/GNOME/gnome-build-meta/merge_requests/157 - dconf-editor - gnome-todo - gnome-tweaks - evolution The following were added: - cheese - geary
| | * | | nixos/seahorse: move to programsworldofpeace2019-08-30
| | | | |
| * | | | nixos/desktop-managers/xterm: Disable by defaultadisbladis2019-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | It's a confusing default for some display managers that will default to it even when you have defined another display manager.
| * | | | Merge pull request #67877 from WilliButz/fix/67874Maximilian Bosch2019-09-01
| |\ \ \ \ | | |_|/ / | |/| | | nixos/prometheus-exporters: fix user generation
| | * | | nixos/prometheus-exporters: fix user generationWilliButz2019-09-01
| | | | |
| * | | | Merge pull request #67888 from aanderse/delugeFlorian Klink2019-09-01
| |\ \ \ \ | | | | | | | | | | | | nixos/deluge: fix directory creation errors
| | * | | | nixos/deluge: fix directory creation errorsAaron Andersen2019-09-01
| | |/ / /
| * / / / nixos/redis: unbreak moduleFlorian Klink2019-09-01
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The redis module currently fails to start up, most likely due to running a chown as non-root in preStart. While at it, I hardcoded it to use systemd's StateDirectory and DynamicUser to manage directory permissions, removed the unused appendOnlyFilename option, and the pidFile option. We properly tell redis now it's daemonized, and it'll use notify support to signal readiness.
| * | | Merge pull request #67473 from worldofpeace/wingpanel/fix-network-indicatorworldofpeace2019-09-01
| |\ \ \ | | | | | | | | | | nixos/pantheon: fix launching nm-applet components
| | * | | nixos/pantheon: fix launching nm-applet componentsworldofpeace2019-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason nm-applet has to be running for an authentication dialog to be spawned by wingpanel-indicator-network. This also fixes storing NetworkManager secrets in the keyring, but this is still broken because we lack the proper PAM configuration.
| * | | | nixos/redis: drop unnecessary dependencies from systemd unitPeter Simons2019-09-01
| | | | |
| * | | | Merge pull request #67768 from peti/t/redisPeter Simons2019-09-01
| |\ \ \ \ | | | | | | | | | | | | nixos/redis: disable transparent huge pages (TLP) before starting Redis
| | * | | | nixos/redis: disable transparent huge pages (TLP) before starting RedisPeter Simons2019-08-30
| | | | | |
| * | | | | Merge pull request #67818 from xvapx/remove/crashplanAaron Andersen2019-08-31
| |\ \ \ \ \ | | | | | | | | | | | | | | Remove/crashplan
| | * | | | | crashplan, crashplan-small-business: remove pkg and moduleMarti Serra2019-09-01
| | | |_|/ / | | |/| | |
| * | | | | nixos/modules: Remove all usages of types.stringSilvan Mosberger2019-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And replace them with a more appropriate type Also fix up some minor module problems along the way
* | | | | | Merge staging-next into stagingFrederik Rietdijk2019-08-31
|\| | | | |
| * | | | | Merge pull request #67777 from mmahut/altcoinsMarek Mahut2019-08-31
| |\ \ \ \ \ | | |/ / / / | |/| | | | nixos/{namecoind,bitcoind}: removing the altcoin prefix
| | * | | | nixos/{namecoind,bitcoind}: removing the altcoin prefixMarek Mahut2019-08-31
| | | | | |
* | | | | | Merge staging-next into stagingFrederik Rietdijk2019-08-31
|\| | | | |
| * | | | | nixos/mailman: decouple the mailman module from the postfix modulePeter Simons2019-08-30
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/67708#discussion_r319579987 suggested that simply appending the necessary maps to the appropriate attributes in services.postfix.config gets the job done; we don't special support in the postfix module to accomplish that.
| * | | | Merge pull request #66301 from adisbladis/emacspackages-deprecated-dropadisbladis2019-08-30
| |\ \ \ \ | | | | | | | | | | | | emacs-packages: Drop deprecated package sets
| | * | | | emacsPackages: Drop old emacsPackages (non-NG) setsadisbladis2019-08-30
| | |/ / / | | | | | | | | | | | | | | | These have been deprecated for a long time now and has not seen much maintenance.
| * | | | nixos/mailman: don't reserve a static uid in the systemPeter Simons2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Any system uid will do, so we let the system allocate one for us. The 'mailman' group is gone entirely since we don't need it. Users who wish to run the 'mailman' administration utility can do so via 'sudo': $ sudo -u mailman mailman info Also, simplify the syntax of our user.users entry to rely on an attribute set rather than a list.
| * | | | Merge pull request #67702 from mweinelt/pr/fwupd-cfg.packageworldofpeace2019-08-30
| |\ \ \ \ | | |/ / / | |/| | | nixos/fwupd: add package option
| | * | | nixos/fwupd: add package optionMartin Weinelt2019-08-29
| | | | |