about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* mkRemovedOptionModule: assert on removed options (#69419)Silvan Mosberger2019-09-30
|\ | | | | mkRemovedOptionModule: assert on removed options
| * mkRemovedOptionModule: assert on removed optionsRobin Gloster2019-09-30
| | | | | | | | | | | | | | We don't want to ignore config that can mess up machines. In general this should always fail evaluation, as you think you are changing behaviour and don't, which can easily create run-time errors we can catch early.
* | nixos/tests/ferm: wait for DAD timeout before testingMartin Weinelt2019-09-29
| | | | | | | | | | | | | | | | | | | | | | The test has recently been failing due to the IPv6 address on the server still being in the tentative state, when the client sends its first request. The server will not start using the IPv6 address until DAD has completed. Scripted networking seems not to wait for DAD completion before completing network-online.target, so let's switch to networkd instead, which does.
* | Merge pull request #67305 from adisbladis/iso-image-defaultsworldofpeace2019-09-28
|\ \ | | | | | | Change ISO image defaults
| * | iso-image-kde: link new nixos-manual desktop item to desktopworldofpeace2019-09-07
| | |
| * | iso-image: Enable nouveau by defaultadisbladis2019-09-07
| | | | | | | | | | | | This is a much more sensible default for modern hardware.
* | | prometheus-wireguard-exporter: 3.1.0 -> 3.1.1Maximilian Bosch2019-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.1.1 This release adds a flag `-l` which takes an address where the exporter is available. The default is `0.0.0.0` (previously, `0.0.0.0` was used by default). Please note that there are no dependency changes in Cargo and therefore the cargo hash didn't change.
* | | nixos network-interfaces.nix: fixup after the last changeVladimír Čunát2019-09-28
| | | | | | | | | | | | | | | TL;DR: ipv6 tests were broken (probably the privacy-extension stuff) https://github.com/NixOS/nixpkgs/pull/68227#issuecomment-536159177
* | | nixos/zfs: Enable trim by default (#69672)Jörg Thalheim2019-09-28
|\ \ \ | | | | | | | | nixos/zfs: Enable trim by default
| * | | nixos/zfs: Enable trim by defaultSvein Ove Aas2019-09-27
| | | |
* | | | Merge pull request #69489 from Mic92/sysctlJörg Thalheim2019-09-28
|\ \ \ \ | | | | | | | | | | nixos/sysctl: reduce prio of "kernel.kptr_restrict" to mkDefault
| * | | | nixos/sysctl: reduce prio of "kernel.kptr_restrict" to mkDefaultJörg Thalheim2019-09-26
| | | | | | | | | | | | | | | | | | | | Users should be able to override this value without having to use mkForce.
* | | | | Merge branch 'staging-next'Vladimír Čunát2019-09-28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | There are several security fixes - again, as it consists mainly of the previously reverted staging-next merge.
| * \ \ \ \ Merge branch 'master' into staging-nextVladimír Čunát2019-09-27
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into staging-nextDmitry Kalinkin2019-09-25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes eval on darwin after #69072 Resolved conflict in pkgs/tools/security/thc-hydra/default.nix Basically had to revert a1c0e10564f9a6281e14d7a7279b8589521e2c48 which adapts #69210 to master that doesn't yet have 329a88efa78126ae7413807ce58000eab49e82d9 Tested using maintainers/scripts/eval-release.sh before and after to see that the fix works
| * \ \ \ \ \ \ Merge branch 'master' into staging-nextVladimír Čunát2019-09-24
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into staging-nextJan Tojnar2019-09-22
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
* | | | | | | | | | Merge pull request #69706 from worldofpeace/gdm-isnt-unstableworldofpeace2019-09-27
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | nixos/gdm: update description
| * | | | | | | | | nixos/gdm: update descriptionworldofpeace2019-09-27
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | GDM isn't dangerous anymore in NixOS.
* | | | | | | | | Merge pull request #68265 from tkerber/rpi4Samuel Dionne-Riel2019-09-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Various: Add support for raspberry pi 4.
| * | | | | | | | | Various: Add support for raspberry pi 4.Thomas Kerber2019-09-17
| | | | | | | | | |
* | | | | | | | | | Merge pull request #69345 from joachifm/feat/split-versionJoachim F2019-09-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Replace uses of splitString for splitting version strings
| * | | | | | | | | | tree-wide: replace uses of splitString "." with lib.versionsJoachim Fasting2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quoting from the splitString docstring: NOTE: this function is not performant and should never be used. This replaces trivial uses of splitString for splitting version strings with the (potentially builtin) splitVersion.
* | | | | | | | | | | Merge pull request #66652 from craigem/clarify_wireless_examplesworldofpeace2019-09-26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/doc: Clarify wireless examples
| * | | | | | | | | | | nixos/doc: Clarify wireless examplesCraige McWhirter2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commits makes it clearer to a novice reader how to configure several diferent types of SSID connections that were otherwise obscurely documented Resolves #66650
* | | | | | | | | | | | Merge pull request #68227 from volth/patch-362Linus Heckemann2019-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | network-interfaces.nix: escape '.' in interface names passed to sysctl
| * | | | | | | | | | | 'udev' needs absolute path to 'echo'volth2019-09-06
| | | | | | | | | | | |
| * | | | | | | | | | | network-interfaces.nix: escape '.' in interface names passed to sysctlvolth2019-09-06
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #69387 from peterhoeg/f/optimisePeter Hoeg2019-09-26
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | nixos/nix-optimise: be smarter about when we run the store optimiser
| * | | | | | | | | | | nixos/nix-optimise: be smarter about when we run the store optimiserPeter Hoeg2019-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We might be inside a NixOS container on a non-NixOS host, so instead of not running at all inside a container, check if the nix-daemon socket is writable as it will tell us if the store is managed from here or outside. Fixes #63578
* | | | | | | | | | | | Merge pull request #69297 from aanderse/zabbixMarek Mahut2019-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/zabbixServer: move pid file from default (/tmp) to /run/zabbix …
| * | | | | | | | | | | | nixos/zabbixServer: move pid file from default (/tmp) to /run/zabbix to ↵Aaron Andersen2019-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid issues with PrivateTmp=true
* | | | | | | | | | | | | nixos/rabbitmq: use an attrset for example configItemsedef2019-09-25
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #69398 from Evils-Devils/fancontrolmarkuskowa2019-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | nixos/fancontrol: init
| * | | | | | | | | | | | Update nixos/modules/services/hardware/fancontrol.nixEvils-Devils2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: markuskowa <markus.kowalewski@gmail.com>
| * | | | | | | | | | | | Update nixos/modules/services/hardware/fancontrol.nixEvils-Devils2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: markuskowa <markus.kowalewski@gmail.com>
| * | | | | | | | | | | | fancontrol: load config from configuration.nixEvils2019-09-25
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update nixos/modules/services/hardware/fancontrol.nixEvils-Devils2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: markuskowa <markus.kowalewski@gmail.com>
| * | | | | | | | | | | | fancontrol: more cleanupEvils2019-09-25
| | | | | | | | | | | | |
| * | | | | | | | | | | | update cfg to match section changeEvils2019-09-25
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update nixos/modules/services/hardware/fancontrol.nixEvils-Devils2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: markuskowa <markus.kowalewski@gmail.com>
| * | | | | | | | | | | | fancontrol service initEvils2019-09-25
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #67232 from ck3d/container-useHostResolvConfFranz Pletz2019-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | machinectl compliant NixOS installation
| * | | | | | | | | | | | nixos: deactivate immutablity for /var/empty in containerChristian Kögler2019-09-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | nixos: added installation doc for nspawn containerChristian Kögler2019-09-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | nixos-install: ensure activation script is always calledChristian Kögler2019-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The activation script is needed to get the missing files in etc/ created. Needed for container manager like systemd-nspawn.
| * | | | | | | | | | | | nixos: added machinectl testChristian Kögler2019-09-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | container config: better default in case of resolvedChristian Kögler2019-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid assertion in nixos/modules/system/boot/resolved.nix if service systemd-resolved is enabled.
* | | | | | | | | | | | | nixos/pymks: log to journalPeter Hoeg2019-09-25
| | | | | | | | | | | | |