summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | nixos/tests/networking: fix "virtual" testsUli Baum2018-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `ip route` now displays extended tun attributes, so the expected output of this test changed. Upstream change: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=118eda77d6602616bc523a17ee45171e879d1818
| * | | | | | | | | | nixos/tests/networking: fix routes testsUli Baum2018-08-26
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The output format of `ip route` changed, it now explicitly shows "proto static" for static routes.
* | | | | | | | | | nixos/jupyter: init serviceAugustin Borsu2018-08-26
| | | | | | | | | |
* | | | | | | | | | nixos/tests/matrix-synapse: fix test (#45596)xeji2018-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since matrix-synapse 0.33.0 underscores in server names are rejected by server name validation, causing the test to fail: valueError: Server name 'server_sqlite' contains invalid characters Relevant upstream change: https://github.com/matrix-org/synapse/commit/546bc9e28b3d7758c732df8e120639d58d455164
* | | | | | | | | | Merge pull request #44340 from shmish111/es-curatorBas van Dijk2018-08-26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/curator: init elasticsearch curator
| * | | | | | | | | | elasticsearch-curator: add note to the NixOS release notesBas van Dijk2018-08-25
| | | | | | | | | | |
| * | | | | | | | | | nixos/tests/elk.nix: make sure the test doesn't wait for too long on ↵Bas van Dijk2018-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | elasticsearch-curator
| * | | | | | | | | | elasticsearch-curator: include the module in the module-list & fix bugBas van Dijk2018-08-25
| | | | | | | | | | |
| * | | | | | | | | | elasticsearch-curator: add testDavid Smith2018-08-25
| | | | | | | | | | |
| * | | | | | | | | | elasticsearch-curator: don't need to add enable to elasticsearch-curator serviceDavid Smith2018-08-25
| | | | | | | | | | |
| * | | | | | | | | | nixos/curator: init elasticsearch curatorDavid Smith2018-08-25
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.elastic.co/guide/en/elasticsearch/client/curator/5.5/index.html
* | | | | | | | | | Merge pull request #43736 from volth/patch-208xeji2018-08-26
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | qemu: 2.12.1 -> 3.0.0
| * | | | | | | | | qemu: 2.12.1 -> 3.0.0volth2018-08-20
| | | | | | | | | |
* | | | | | | | | | Merge pull request #44389 from Mic92/es6Bas van Dijk2018-08-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | elasticsearch: use 6.x as default version, remove unsupported releases
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into es6Bas van Dijk2018-08-23
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | nixos/doc: mention the ELK changes in the 18.09 release notesBas van Dijk2018-08-03
| | | | | | | | | | |
| * | | | | | | | | | nixos/elasticsearch: fix evaluation on systems without unfree setJörg Thalheim2018-08-03
| | | | | | | | | | |
| * | | | | | | | | | kibana: update default version to v6Jörg Thalheim2018-08-03
| | | | | | | | | | |
| * | | | | | | | | | logstash: update default version to v6Jörg Thalheim2018-08-03
| | | | | | | | | | |
| * | | | | | | | | | nixos/elasticsearch: remove es5 version guardJörg Thalheim2018-08-03
| | | | | | | | | | |
| * | | | | | | | | | elasticsearch6: new default versionJörg Thalheim2018-08-03
| | | | | | | | | | |
* | | | | | | | | | | nixos/tests/munin: fix non-deterministic failureUli Baum2018-08-25
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - wait for node to listen before starting munin-cron - increase timeout for munin-cron startup - disable a failing plugin to remove irrelevant error message
* | | | | | | | | | Merge pull request #45608 from etu/fix-gitea-locale-updatesadisbladis2018-08-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/gitea: Symlink gitea locales to match running gitea version
| * | | | | | | | | | nixos/gitea: Symlink gitea locales to match running gitea versionElis Hirwing2018-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents issues when gitea adds new locales etc. And if they change locale values in future versions. Or if you rollback to a previous version of gitea it might be a good idea to use the previous locale files.
* | | | | | | | | | | systemd: added groups kvm, renderEric Wolf2018-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they need to exist according to the README of systemd
* | | | | | | | | | | nixos/datadog-agent: Fix type of use_dogstatsd (#45587)Sarah Brofeldt2018-08-25
|/ / / / / / / / / /
* | / / / / / / / / nixos/tests/wordpress: fix testUli Baum2018-08-24
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - explicitly add dbHost to fix test - remove unnecessary options that are set by default anyway
* | | | | | | | | treewide: remove mailing list referencesRyan Mulligan2018-08-23
| | | | | | | | |
* | | | | | | | | usb-storage -> uasvolth2018-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following up https://github.com/NixOS/nixpkgs/pull/23665 Bootable USB-drives are not limited to ISO-images, there can be "normal" MBR/GPT-partitioned disk connected via USB-rack. Also, "uas" implies "usb-storage", so there is no need to mention both.
* | | | | | | | | Merge pull request #44919 from Vodurden/init-undervoltSamuel Dionne-Riel2018-08-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | undervolt: init at 0.2.8
| * | | | | | | | | nixos/undervolt: adding undervolt moduleJake Woods2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to be able to configure persistent undervolting in the NixOS configuration
* | | | | | | | | | nixos/dhcpcd: Wait for devices to settleSarah Brofeldt2018-08-22
| | | | | | | | | |
* | | | | | | | | | nixos/networkd: replace range with assertRangeBen Wolsieffer2018-08-22
| | | | | | | | | |
* | | | | | | | | | Merge pull request #45405 from NixOS/nixos-netboot-dedupxeji2018-08-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/netboot: Remove redundant setting
| * | | | | | | | | | nixos/netboot: Remove redundant settingJohn Ericson2018-08-20
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | @volth tells me that is the default for `system.boot.loader.kernelFile` anyways.
* | | | | | | | | | Merge pull request #45441 from lopsided98/cfssl-user-fixSarah Brofeldt2018-08-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/cfssl: don't create user/group unless service is enabled
| * | | | | | | | | | nixos/cfssl: don't create user/group unless service is enabledBen Wolsieffer2018-08-21
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | home-assistant: 0.75.2 -> 0.76.1Robert Schütz2018-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also simplify the way overrides are defined for better readability and use the opportunity to introduce a packageOverrides option.
* | | | | | | | | | Merge pull request #45215 from srhb/no-password-installSamuel Dionne-Riel2018-08-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/doc: New installer note on unattended installs
| * | | | | | | | | | nixos/doc: New installer note on unattended installsSarah Brofeldt2018-08-19
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #45353 from aanderse/redmineMichael Raskin2018-08-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | redmine: 2.5.2 -> 3.4.6
| * | | | | | | | | | | removed some local development stuffAaron Andersen2018-08-19
| | | | | | | | | | | |
| * | | | | | | | | | | reworked the redmine serviceAaron Andersen2018-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added some security features like database.passwordFile
| * | | | | | | | | | | started working on bringing the redmine package back to life using gitlab as ↵Aaron Andersen2018-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an example
* | | | | | | | | | | | sd-image: Fix cross compilingWill Fancher2018-08-21
| | | | | | | | | | | |
* | | | | | | | | | | | make-ext4-fs: Fix cross compilingWill Fancher2018-08-21
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #44631 from dasJ/terrariaJoachim F2018-08-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/terraria: Wait for daemon to stop
| * | | | | | | | | | | nixos/terraria: Wait for daemon to stopJanne Heß2018-08-20
| | | | | | | | | | | |
* | | | | | | | | | | | treewide: Purge `stdenv.platform` and top-level `platform`John Ericson2018-08-20
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Progress towards #27069
* | | | | | | | | | | Merge pull request #45397 from volth/patch-233John Ericson2018-08-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | $toplevel/system: buildPlatform.system -> hostPlatform.system