summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #71406 from astro/collectdFranz Pletz2019-10-21
|\ | | | | collectd: plugins configuration, buildMinimalPackage
| * nixos/collectd: add option buildMinimalPackageAstro2019-10-20
| |
| * nixos/collectd: add plugin configAstro2019-10-20
| |
* | Merge pull request #71338 from edef1c/nix-daemon-opt-aliasesedef2019-10-21
|\ \ | | | | | | nixos/nix-daemon: don't refer to deprecated option aliases
| * | nixos/nix-daemon: don't refer to deprecated option aliasesedef2019-10-18
| | | | | | | | | | | | | | | | | | The `gc-` prefixed versions of these options have been deprecated since Nix 2.0.
* | | Merge pull request #71067 from aanderse/httpdAaron Andersen2019-10-20
|\ \ \ | | | | | | | | nixos/httpd: remove deprecated extraSubservices option
| * | | nixos/httpd: remove deprecated extraSubservices optionAaron Andersen2019-10-20
| | | |
* | | | nixos/networkmanager: remove networking.networkmanager.dynamic… (#71337)Florian Klink2019-10-21
|\ \ \ \ | | | | | | | | | | nixos/networkmanager: remove networking.networkmanager.dynamicHosts
| * | | | nixos/networkmanager: remove networking.networkmanager.dynamicHostsFlorian Klink2019-10-20
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option was removed because allowing (multiple) regular users to override host entries affecting the whole system opens up a huge attack vector. There seem to be very rare cases where this might be useful. Consider setting system-wide host entries using networking.hosts, provide them via the DNS server in your network, or use networking.networkmanager.appendNameservers to point your system to another (local) nameserver to set those entries.
* | | | Merge pull request #71456 from vcunat/p/doc-interface-namingworldofpeace2019-10-21
|\ \ \ \ | | | | | | | | | | nixos release notes: interfaces might get renamed
| * | | | nixos release notes: interfaces might get renamedVladimír Čunát2019-10-20
| | | | | | | | | | | | | | | | | | | | Fixes #71086.
* | | | | Merge pull request #70931 from symphorien/system-config-printerworldofpeace2019-10-20
|\ \ \ \ \ | |/ / / / |/| | | | system-config-printer: 1.5.11 -> 1.5.12
| * | | | nixos/system-config-printer: depends on packagekitSymphorien Gibol2019-10-13
| | | | |
* | | | | rl-1909: add note for bluemanworldofpeace2019-10-20
| | | | |
* | | | | release-notes 19.09: removal of non-LTS kernel attrsDima2019-10-20
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though the release obviously already happened, I think it might still make sense to add a short note about the attributes not being supported any longer (and going forward). (cherry picked from commit 7163d3a9df35904d0c9acc9f643fd70ee3108539) (cherry picked from commit a64b8c3c191af1317cfdc1ea4f4e5f881c4cf503)
* | | | Merge pull request #71319 from talyz/gitlab-revert-clear-out-initializersFlorian Klink2019-10-20
|\ \ \ \ | | | | | | | | | | Revert "nixos/gitlab: properly clear out initializers"
| * | | | Revert "nixos/gitlab: properly clear out initializers"talyz2019-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2ee14c34ed1912ee31f1d4cc117b0ab25a3b20b1. This caused the initializers directory to be cleaned out while gitlab was running in some instances. We clean out the directory on the preStart stage already, so ensuring existance and permissions should suffice.
* | | | | Revert "nixos/gnome3: fix gnome-flashback"worldofpeace2019-10-19
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | This reverts commit 60aedadc59030477a9340af69866c728ac05d924. Using tests from #71212 I am now unable to reproduce there being issues with starting the default metacity flashback session without this.
* | | | Merge pull request #71115 from hedning/plymouth-gdm-fixworldofpeace2019-10-19
|\ \ \ \ | | | | | | | | | | nixos/plymouth: do not order `plymouth-quit` after `display-manager`
| * | | | nixos/plymouth: do not order `plymouth-quit` after `display-manager`Tor Hedin Brønner2019-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GDM now specifies ordering between `plymouth-quit` and `display-manager`: 9be5321097c16 This causes an ordering cycle between GDM and plymouth-quit which can result in systemd breaking GDM: ``` plymouth-quit.service: Job display-manager.service/start deleted to break ordering cycle starting with plymouth-quit.service/start ``` Not sure how often this triggers, as I've run my system with plymouth and 9be5321097c16 without any issues. But I did catch a VM doing this. NOTE: I also tried to remove the ordering in GDM to see if plymouth managed to live longer, but it didn't seem to help. So I opted to stick as close to upstream (upstream GDM specifies ordering, but plymouth does not).
* | | | | Merge pull request #71210 from worldofpeace/fix-gnome-flashbackworldofpeace2019-10-18
|\ \ \ \ \ | | | | | | | | | | | | nixos/gnome3: fix gnome-flashback
| * | | | | nixos/gnome3: copy flashback gschema overridesworldofpeace2019-10-15
| | | | | |
| * | | | | nixos/gnome3: fix gnome-flashbackworldofpeace2019-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This session would fail to start because we didn't have it in systemd.packages (as we've switched to systemd gnome-session). Haven't tested custom sessions.
* | | | | | Merge pull request #71298 from symphorien/nm-fortisslworldofpeace2019-10-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | networkmanager-fortisslvpn: create the local state directory
| * | | | | | networkmanager-fortisslvpn: create the local state directorySymphorien Gibol2019-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise connecting simply fails: VPN connection: failed to connect: 'La création du fichier « /tmp/lib/NetworkManager-fortisslvpn/0507e3ef-f0e0-4153-af64-b3d9a025877c.config.XSB19Z » a échoué : No such file or directory'
* | | | | | | Merge pull request #71355 from chkno/fix-storeContents-docworldofpeace2019-10-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/make-iso9660-image: Fix storeContents documentation
| * | | | | | | nixos/make-iso9660-image: Fix doc typoChuck2019-10-18
| | | | | | | |
| * | | | | | | nixos/make-iso9660-image: Fix storeContents documentationChuck2019-10-18
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `packages` was renamed to `storeContents` in 668c146e33291e933ccfb19fd39fab9cd2b7900d, but this comment describing its purpose was not updated to match.
* | | | | | | Merge pull request #71341 from edef1c/rabbitmq-exampleworldofpeace2019-10-18
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | nixos/rabbitmq: use a literalExample for example configItems
| * | | | | | nixos/rabbitmq: use a literalExample for example configItemsedef2019-10-18
| | |_|_|_|/ | |/| | | |
* | | | | | nixos/networkmanager: use tmpfiles to setup state directories (#71322)Florian Klink2019-10-18
|\ \ \ \ \ \ | |/ / / / / |/| | | | | nixos/networkmanager: use tmpfiles to setup state directories
| * | | | | nixos/networkmanager: use tmpfiles to setup state directoriesFlorian Klink2019-10-18
| | | | | |
* | | | | | Merge pull request #71243 from d-goldin/prometheus_blackbox_configfileWilliButz2019-10-18
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | prometheus-blackbox-exporter: coercing cfg to path
| * | | | | prometheus-blackbox-exporter: fixing path issueDima2019-10-18
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue with a recent addition of a config file check in c28ded36ef50cb80796c6bd946754abfb47ffa28. Previously it was possible to supply a path as a string to `configFile`. Now it will fail checking the config file during evaluation of the module due to sandboxing. A toggle to disable the check, more informative log messages and handling for various configFile values are added.
* | | | | nixos/pppd: add description for peers, unbreaks metrics job and channelFrederik Rietdijk2019-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | services.pppd.peers was lacking a description, causing a trace warning resulting in a parse error in the metrics job.
* | | | | Revert "Merge pull request #71095 from flokli/pinentry-cleanup"worldofpeace2019-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 823da4d492b8b4ad46bf812db8421d99ff17a8fc, reversing changes made to b75c8ee3bc1b9734c29740e9d17ac2175fe207fd.
* | | | | Merge pull request #71095 from flokli/pinentry-cleanupworldofpeace2019-10-17
|\ \ \ \ \ | | | | | | | | | | | | Split pinentry flavors and enable udisks2 on install media again
| * | | | | udisks2: use tmpfiles instead of activation script to create /var/lib/udisks2Florian Klink2019-10-16
| | | | | |
| * | | | | Revert "installer: Disable udisks"Franz Pletz2019-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 571fb74f449aa173e231166515b41feb778524b8. The dependency on gtk2 was removed. Co-authored-by: Florian Klink <flokli@flokli.de>
| * | | | | gnupg: disable gui/pinentry support by defaultFranz Pletz2019-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This solves the dependency cycle in gcr alternatively so there won't be two gnupg store paths in a standard NixOS system which has udisks2 enabled by default. NixOS users are expected to use the gpg-agent user service to pull in the appropriate pinentry flavour or install it on their systemPackages and set it in their local gnupg agent config instead. Co-authored-by: Florian Klink <flokli@flokli.de>
| * | | | | nixos/gnupg: add option for setting pinentry flavoursFranz Pletz2019-10-16
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Florian Klink <flokli@flokli.de>
| * | | | | pinentry: build with multiple outputs in single drvFranz Pletz2019-10-16
| |/ / / / | | | | | | | | | | | | | | | | | | | | Co-authored-by: Florian Klink <flokli@flokli.de> Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
* | | | | nixos/pppd: init (#71105)Florian Klink2019-10-17
|\ \ \ \ \ | |/ / / / |/| | | | nixos/pppd: init
| * | | | nixos/tests/pppd: initDavid Anderson2019-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | This test creates a PPPoE link between two machines, and verifies that the machines can ping each other.
| * | | | nixos/pppd: initDavid Anderson2019-10-15
| | |/ / | |/| |
* | | | nixos/system-environment: prepend wrapperDir to PATH (#70430)Tor Hedin Brønner2019-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes user environment setup for sessions which doesn't successfully go through a shell init. Note we don't go through `sessionVariables` as we want the wrappers to have highest priority. It would also cause wrapperDir to occur twice when in shell sessions, as shells use `sessionVariables` too while prepending wrapperDir in a custom snippet. In particular logging in and out of gnome-shell could result in a broken path without this fix.
* | | | Merge pull request #70240 from woffs/pr-etc-zpool.dJörg Thalheim2019-10-15
|\ \ \ \ | | | | | | | | | | nixos module zfs: provide /etc/zfs/zpool.d
| * | | | nixos module zfs: provide /etc/zfs/zpool.dFrank Doepper2019-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | The scripts for zpool iostat -c and zpool status -c are located in /etc/zfs/zpool.d
* | | | | Merge pull request #70469 from Vskilet/matrix-synapse-updateMaximilian Bosch2019-10-15
|\ \ \ \ \ | | | | | | | | | | | | matrix-synapse: 1.3.1 -> 1.4.0
| * | | | | matrix-synapse: 1.3.1 -> 1.4.0Victor SENE2019-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps `matrix-synapse` to version 1.4.0[1]. With this version the following changes in the matrix-synapse module were needed: * Removed `trusted_third_party_id_servers`: option is marked as deprecated and ignored by matrix-synapse[2]. * Added `account_threepid_delegates` options as replacement for 3rdparty server features[3]. * Added `redaction_retention_period` option to configure how long redacted options should be kept in the database. * Added `ma27` as maintainer for `matrix-synapse`. Co-Authored-By: Notkea <pacien@users.noreply.github.com> Co-authored-by: Maximilian Bosch <maximilian@mbosch.me> [1] https://matrix.org/blog/2019/10/03/synapse-1-4-0-released [2] https://github.com/matrix-org/synapse/pull/5875 [3] https://github.com/matrix-org/synapse/pull/5876