about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #76723 from jokogr/u/traefik-2.1.1Jörg Thalheim2020-04-13
|\ | | | | Traefik: 1.7.14 -> 2.2.0
| * nixos/traefik: add testIoannis Koutras2020-04-12
| |
| * nixos/traefik: make config deep mergeableIoannis Koutras2020-04-12
| |
| * nixos/traefik: Adapt to traefik v2Ioannis Koutras2020-04-12
| | | | | | | | | | | | | | | | | | This commit: 1. Updates the path of the traefik package, so that the out output is used. 2. Adapts the configuration settings and options to Traefik v2. 3. Formats the NixOS traefik service using nixfmt.
* | Merge pull request #84599 from doronbehar/nodejs-python3Mario Rodas2020-04-13
|\ \ | | | | | | nodejs: use python3 if possible
| * | nixos/npm: enable using a specific nodejs packageDoron Behar2020-04-07
| | |
* | | Merge pull request #85092 from mayflower/prometheus-local-config-genMaximilian Bosch2020-04-13
|\ \ \ | |_|/ |/| | prometheus: use runCommandNoCCLocal for config gen
| * | prometheus: use runCommandNoCCLocal for config genRobin Gloster2020-04-12
| | |
* | | Merge pull request #85085 from Ericson2314/document-haskell-env-changesJohn Ericson2020-04-12
|\ \ \ | | | | | | | | nixos/doc: Document breaking change to Haskell dev shells
| * | | nixos/doc: Document breaking change to Haskell dev shellsJohn Ericson2020-04-12
| | | |
* | | | Merge pull request #84946 from bqv/nftablesGraham Christensen2020-04-12
|\ \ \ \ | | | | | | | | | | nixos/nftables: fix typo in ruleset example
| * | | | nixos/nftables: fix typo in ruleset exampleTony Olagbaiye2020-04-10
| | | | |
* | | | | Merge pull request #81848 from grahamc/nested-specialisationGraham Christensen2020-04-12
|\ \ \ \ \ | | | | | | | | | | | | specialisation: replace nesting with named configurations
| * | | | | specialisation: replace nesting with named configurationsGraham Christensen2020-04-12
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
* | | | | | rl-2003: remove section on intel GPU workaroundRouven Czerwinski2020-04-12
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to my analysis the last critical fix went into v5.4.23, I have confirmed this by running WebGL over night and haven't seen a single i915 GPU hang. Lets remove the notes from the release notes. (cherry picked from commit da764d22ce3b698707861d58824843ded87cbb0a)
* | | | | hydra: wrap executables with hydra env varsFrederik Rietdijk2020-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We already set the relevant env vars in the systemd services. That does not help one when executing any of the executables outside a service, e.g. when creating a new user.
* | | | | Merge pull request #84940 from symphorien/rouncube-spellMaximilian Bosch2020-04-11
|\ \ \ \ \ | | | | | | | | | | | | roundcube: use pspell for spellchecking
| * | | | | roundcube: use pspell for spellcheckingSymphorien Gibol2020-04-10
| | |/ / / | |/| | | | | | | | | | | | | | | | | | By default, upstream enables a third party service in the cloud: https://github.com/roundcube/roundcubemail/blob/1.4.3/config/defaults.inc.php#L790-L798
* | | | | rl-2003: qa touchupsworldofpeace2020-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/NixOS/nixpkgs/issues/82777 (cherry picked from commit 7c9f30befaa5360a9c3d7d566fdf1922f84ee6c5)
* | | | | nixos/release-notes/rl-2003.xml: add highlightsFlorian Klink2020-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #79180. (cherry picked from commit ec11fd21637535d87cdbac95c8caa095a73674ef)
* | | | | nixos/release-notes: fix minor spelling mistake in the Nextcloud sectionMaximilian Bosch2020-04-11
| | | | | | | | | | | | | | | | | | | | As discovered by flokli.
* | | | | Merge pull request #84849 from samueldr/fix/nextcloud-upgrade-wordingworldofpeace2020-04-10
|\ \ \ \ \ | | | | | | | | | | | | nextcloud: Review installation upgrade warning wording
| * | | | | nextcloud: Review installation upgrade warning wordingSamuel Dionne-Riel2020-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new wording does not assume the user is upgrading. This is because a user could be setting up a new installation on 20.03 on a server that has a 19.09 or before stateVersion!! The new wording ensures that confusion is reduced by stating that they do not have to care about the assumed 16→17 transition. Then, the wording explains that they should, and how to upgrade to version 18. It also reviews the confusing wording about "multiple" upgrades. * * * The only thing we cannot really do is stop a fresh install of 17 if there was no previous install, as it cannot be detected. That makes a useless upgrade forced for new users with old state versions. It is also important to state that they must set their package to Nextcloud 18, as future upgrades to Nextcloud will not allow an uprade from 17! I assume future warning messages will exist specifically stating what to do to go from 18 to 19, then 19 to 20, etc...
* | | | | | release notes: Explain how to run nginx master as root. Fixes #84391Niklas Hambüchen2020-04-11
| | | | | |
* | | | | | nix: Fix fallback pathsEelco Dolstra2020-04-10
| | | | | |
* | | | | | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
| | | | | |
* | | | | | Merge pull request #84602 from alyssais/sshedef2020-04-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/ssh: don't accept ssh-dss keys
| * | | | | | nixos/ssh: don't accept ssh-dss keysAlyssa Ross2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These have been deprecated long enough. I think this default was even made non-functional by 2337c7522af3b186d4d7ecefe9e19c33aafc6626. But it's still a scary thing to see there. Fixes https://github.com/NixOS/nixpkgs/issues/33381.
* | | | | | | nix: 2.3.3 -> 2.3.4Eelco Dolstra2020-04-10
| |_|_|/ / / |/| | | | |
* | | | | | iso-image: make $ARCH shorterworldofpeace2020-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we use stdenv.hostPlatform.uname.processor, which I believe is just like `uname -p`. Example values: ``` (import <nixpkgs> { system = "x86_64-linux"; }).stdenv.hostPlatform.uname.processor "x86_64" (import <nixpkgs> { system = "aarch64-linux"; }).stdenv.hostPlatform.uname.processor aarch64 (import <nixpkgs> { system = "armv7l-linux"; }).stdenv.hostPlatform.uname.processor "armv7l" ```
* | | | | | Revert "Revert "iso-image: normalize volumeID""worldofpeace2020-04-09
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 21b50e6f6879f22b9261362bfd6dce26b7611e18.
* | | | | | Revert "iso-image: normalize volumeID"worldofpeace2020-04-09
| | | | | |
* | | | | | Merge pull request #83551 from worldofpeace/iso-idworldofpeace2020-04-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | iso-image: normalize volumeID
| * | | | | | iso-image: make sure volumeID is less than 32 charsworldofpeace2020-03-27
| | | | | | |
| * | | | | | iso-image: normalize volumeIDworldofpeace2020-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The volumeID will now be in the format of: nixos-$EDITON-$RELEASE-$ARCH an example for the minimal image would look like: nixos-minimal-20.09-x86-64-linux
| * | | | | | make-iso9660-image.sh: enable joliet extensionworldofpeace2020-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is per the advice of the osinfo-db maintainers https://gitlab.com/libosinfo/osinfo-db/-/merge_requests/107#note_313094852
* | | | | | | acme: create certificates in subdirectoryJörg Thalheim2020-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to have multiple certificates with the same common name. Lego uses in its internal directory the common name to name the certificate. fixes #84409
* | | | | | | Merge pull request #84570 from Mic92/max-jobsMaximilian Bosch2020-04-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos: default nix.maxJobs to auto
| * | | | | | | nixos: default nix.maxJobs to autoJörg Thalheim2020-04-07
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Instead of making the configuration less portable by hard coding the number of jobs equal to the cores we can also let nix set the same number at runtime.
* | | | | | | nixos/release-notes: mention that dhcpcd stopped giving IPv4 addresses to ↵Justin Humm2020-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bridges by default This is an backward incompatible change from upstream dhcpcd [0], as this could have easily locked me out of my box. As dhcpcd doesn't allow to use only a blacklist (denyinterfaces in dhcpcd.conf) of devices and use all remaining devices, while explicitly allowing some interfaces like bridges, I think the best option would be to not change anything about it and just educate the users here about that edge case and how to solve it. [0] https://roy.marples.name/archives/dhcpcd-discuss/0002621.html (cherry picked from commit eeeb2bf8035b309a636d596de6a3b1d52ca427b1)
* | | | | | | Automatically restart netdata on failuresNejc Zupan2020-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've had Netdata crash on me sometimes. Rarely but more than once. And I lost days of data before I noticed. Let's be nice and restart it on failures by default.
* | | | | | | Merge pull request #84501 from Ma27/bump-hydraMaximilian Bosch2020-04-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | hydra: 2020-03-24 -> 2020-04-07
| * | | | | | | hydra: 2020-03-24 -> 2020-04-07Maximilian Bosch2020-04-07
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removed `pkgs.hydra-flakes` since flake-support has been merged into master[1]. Because of that, `pkgs.hydra-unstable` is now compiled against `pkgs.nixFlakes` and currently requires a patch since Hydra's master doesn't compile[2] atm. [1] https://github.com/NixOS/hydra/pull/730 [2] https://github.com/NixOS/hydra/pull/732
* | | | | | | manual/rl-2009.xml: Fix literal closing tagdevhell2020-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Cc: @flokli
* | | | | | | Merge pull request #83400 from jtojnar/malcontent-0.7Jan Tojnar2020-04-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | malcontent: 0.6.0 → 0.7.0
| * | | | | | | nixos/malcontent: enable accounts-daemon, tweak descriptionworldofpeace2020-04-08
| | | | | | | |
| * | | | | | | malcontent-ui: split from malcontentJan Tojnar2020-04-08
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | The 0.7.0 update allows us to split the package.
* | | | | | | Merge pull request #84556 from Mic92/runtime-shellJörg Thalheim2020-04-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | treewide: use runtimeShell in nixos/
| * | | | | | | treewide: use runtimeShell in nixos/Jörg Thalheim2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed for cross-compilation.
* | | | | | | | nixos/initrd-ssh: fix typo (#84719)B YI2020-04-08
| | | | | | | |