about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* gnome3.gsettings-desktop-schemas -> gsettings-desktop-schemasworldofpeace2019-04-17
| | | | gnome3.pomodoro is left out because I don't want to create a conflict.
* nixos/prometheus: filter out empty srcape_configs attributesBas van Dijk2019-04-16
| | | | | | | | This results in a smaller prometheus.yml config file. It also allows us to use the same options for both prometheus-1 and prometheus-2 since the new options for prometheus-2 default to null and will be filtered out if they are not set.
* nixos/prometheus: add new ec2_sd_config options for prometheus2Bas van Dijk2019-04-16
|
* nixos/prometheus: add `ec2_sd_configs` section to `scrape_configs`Andrew Childs2019-04-16
|
* nixos/doc: remove prometheus2 notes from the 19.09 release notesBas van Dijk2019-04-16
| | | | prometheus2 has been backported to 19.03 so it won't be new for 19.09.
* nixos/prometheus/pushgateway: add module and testBas van Dijk2019-04-16
|
* Merge pull request #59185 from worldofpeace/glib-networkingworldofpeace2019-04-15
|\ | | | | nixos/glib-networking: init
| * nixos/pantheon: use glib-networking moduleworldofpeace2019-04-15
| |
| * nixos/glib-networking: initworldofpeace2019-04-15
| | | | | | | | | | Note that we were previously didn't have glib-networking in systemd.packages so the PacRunner was non-functional.
* | nix: 2.2 -> 2.2.2Eelco Dolstra2019-04-15
| |
* | nixos/tox-node: Add descriptions to module options.adisbladis2019-04-15
| | | | | | | | | | Missing these broke the tarball build https://hydra.nixos.org/build/92258938/nixlog/1
* | Merge pull request #59520 from romildo/upd.deepin.deepin-daemonJosé Romildo Malaquias2019-04-15
|\ \ | | | | | | nixos/dde-daemon: init
| * | nixos/deepin-daemon: initJosé Romildo Malaquias2019-04-14
| | |
* | | Merge pull request #59368 from suhr/tox-nodeadisbladis2019-04-15
|\ \ \ | | | | | | | | nixos/tox-node: init
| * | | nixos/tox-node: Dont hardcode bootstrap nodesadisbladis2019-04-15
| | | | | | | | | | | | | | | | | | | | | | | | Get these from upstream tox-node package instead. This is likely to cause less maintenance overhead over time and following upstream bootstrap node changes is automated.
| * | | nixos/tox-node: initСухарик2019-04-15
| | | |
* | | | Merge pull request #59514 from basvandijk/elk-7.0.0Bas van Dijk2019-04-15
|\ \ \ \ | |_|/ / |/| | | elk7: init at 7.0.0
| * | | elk7: init at 7.0.0Bas van Dijk2019-04-14
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the following new packages: + elasticsearch7 + elasticsearch7-oss + logstash7 + logstash7-oss + kibana7 + kibana7-oss + filebeat7 + heartbeat7 + metricbeat7 + packetbeat7 + journalbeat7 The default major version of the ELK stack stays at 6. We should probably set it to 7 in a next commit.
* | | Merge pull request #59315 from Infinisil/znc-docs-urlSilvan Mosberger2019-04-14
|\ \ \ | | | | | | | | nixos/znc: Fix URL XML for config option
| * | | nixos/znc: Fix URL XML for config optionSilvan Mosberger2019-04-11
| | | |
* | | | Merge pull request #21860 from e-user/bugfix/upstream/gnome-pamworldofpeace2019-04-14
|\ \ \ \ | | | | | | | | | | nixos/gdm: use provided PAM login configuration wherever possible
| * | | | nixos/pam: Add GNOME keyring use_authtok directive to password groupAlexander Kahl2019-04-14
| | | | |
| * | | | nixos/gdm: use provided PAM login configuration wherever possibleAlexander Kahl2019-04-14
| | |/ / | |/| | | | | | | | | | Fixes #21859
* | | | Merge pull request #59433 from romildo/upd.deepin.deepin-menuworldofpeace2019-04-14
|\ \ \ \ | | | | | | | | | | nixos/deepin-menu: init
| * | | | nixos/deepin-menu: initJosé Romildo Malaquias2019-04-14
| | | | |
* | | | | Merge pull request #59423 from lheckemann/initramfs-improvementsLinus Heckemann2019-04-14
|\ \ \ \ \ | | | | | | | | | | | | Initramfs improvements
| * | | | | stage-1: provide meaningful names to initrd and module treeLinus Heckemann2019-04-13
| | |/ / / | |/| | |
* | | | | Merge pull request #58512 from aanderse/solrSarah Brofeldt2019-04-14
|\ \ \ \ \ | |_|/ / / |/| | | | solr: init at 8.0.0
| * | | | solr: init at 8.0.0Aaron Andersen2019-04-10
| | | | |
* | | | | Merge pull request #55121 from Ma27/add-option-support-to-nixos-build-vmsDanylo Hlynskyi2019-04-14
|\ \ \ \ \ | |_|/ / / |/| | | | nixos-build-vms: pass `--option` to `nix-build`
| * | | | nixos-build-vms: pass `--option` to `nix-build`Maximilian Bosch2019-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also simplified the argument parsing to write all currently supported CLI options into a bash array and pass this to `nix-build`. Also documented `--option` usage in the corresponding manpage.
* | | | | Merge pull request #59362 from matthiasbeyer/ympd-port-intmarkuskowa2019-04-12
|\ \ \ \ \ | |_|_|_|/ |/| | | | ympd service: Allow webPort to be int
| * | | | ympd service: Allow webPort to be intMatthias Beyer2019-04-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* | | | | Merge pull request #59349 from mogorman/manual-upgradingGraham Christensen2019-04-12
|\ \ \ \ \ | | | | | | | | | | | | nixos/manual: update 17.03 -> 19.03 in upgrading section
| * | | | | nixos/manual: update 17.03 -> 19.03 in upgrading sectionMatthew O'Gorman2019-04-12
| | | | | |
* | | | | | Merge pull request #59081 from Yarny0/hylafax-updatesSilvan Mosberger2019-04-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | HylaFAX: fix ModemGroup, also minor metadata updates
| * | | | | | nixos/hylafax: fix faxq `ModemGroup` settingYarny02019-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The manpage claims that the "limit" in the setting:: <name>:[<limit>:]<regex> is optional and defaults to zero, implying no limit. However, tests confirmed that it actually isn't optional. Without limit, the setting ``any:.*`` places outbound jobs on infinite hold if no particular modem was specified on the sendfax command line. The new default value ``any:0:.*`` from this commit uses any available modem to send jobs if not modem was given to sendfax.
| * | | | | | nixos/hylafax: add 'yarny' (= myself) as maintainerYarny02019-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I forgot to do this when I submitted this module with commit 12fa95f2d696b6babb365a27efef140e7113cc34.
* | | | | | | Merge pull request #56017 from elohmeier/prom-tlsBas van Dijk2019-04-12
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | prometheus: add tls_config
| * | | | | | prometheus: add tls_configEnno Lohmeier2019-04-11
| | | | | | |
* | | | | | | Merge pull request #56719 from bricewge/miniflux-serviceJoachim F2019-04-12
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | miniflux: add service
| * | | | | | miniflux: add serviceJeremy Apthorp2019-04-06
| | | | | | |
* | | | | | | Merge pull request #59044 from teto/strongswan_pathSilvan Mosberger2019-04-11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | strongswan module: use strings for secrets.
| * | | | | | nixos/strongswan: use strings for secrets.Matthieu Coudron2019-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The nixos module artifically enforces type.path whereas the ipsec secret configuration files accept pattern or relative paths. Enforcing absolute paths already caused problems with l2tp vpn: https://github.com/nm-l2tp/NetworkManager-l2tp/issues/108
* | | | | | | Merge master into staging-nextFrederik Rietdijk2019-04-11
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #49868 from jfrankenau/fix-triggerhappyRyan Mulligan2019-04-10
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | nixos/triggerhappy: add option user
| | * | | | | nixos/triggerhappy: add option userJohannes Frankenau2018-11-12
| | | | | | |
| * | | | | | Merge pull request #59270 from basvandijk/alertmanager-DynamicUserBas van Dijk2019-04-10
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/prometheus/alertmanager: use DynamicUser instead of nobody
| | * | | | | | nixos/prometheus/alertmanager: use DynamicUser instead of nobodyBas van Dijk2019-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See issue #55370
| * | | | | | | Merge pull request #59181 from Izorkin/nginx-formatJörg Thalheim2019-04-10
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | nixos/nginx: fix error in writeNginxConfig