summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos.modules.tasks.swraid: add raid10 module to initrdNathaniel McCallum2018-05-28
|
* fix: connect the --bind-address arg to the cfg.apiserver.address optionGeoffrey Huntley2018-05-28
|
* Merge pull request #39482 from Chiiruno/init/megucaJörg Thalheim2018-05-27
|\ | | | | meguca: init at 2018-05-17
| * meguca: git-2018-05-17 -> git-2018-05-20Okina Matara2018-05-26
| |
| * meguca: init at git-2018-05-17Okina Matara2018-05-26
| |
* | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-05-26
|\|
| * Merge pull request #41073 from johanot/kube-1.10Sarah Brofeldt2018-05-26
| |\ | | | | | | kubernetes: 1.9.7 -> 1.10.3
| | * Kubernetes:Johan Thomsen2018-05-26
| | | | | | | | | | | | | | | | | | - Added information regarding breaking changes to release note for 18.09 - Changed golang version comment in kubernetes package - Added @johanot to maintainers list
| | * Kubernetes tests: increase the size of the VM from 700MB to 1.5GBAlberto Berti2018-05-25
| | | | | | | | | | | | | | | | | | | | | VMs were starving, many of the daemons were unable to complete their tasks resulting in tests failures. Turned off verbose output from k8s components as it consumes even more resources, and useful error messages actually drown in debug-clutter
| | * Kuberetes Dashboard addon 1.8.2 -> 1.8.3Alberto Berti2018-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | As shipped with k8s 1.10.3. Also: - updated the definition jsons as they are distributed in k8s. - updated the image uris as they are renamed in k8s - added imageDigest param as per 736848723e5aefa5d24396c58dc6de603399efde
| | * Kuberbetes DNS addon 1.14.4 -> 1.14.10Alberto Berti2018-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | As shipped with k8s 1.10.3. Also: - updated the definition jsons as they are distributed in k8s. - updated the image uris as they are renamed in k8s - added imageDigest param as per 736848723e5aefa5d24396c58dc6de603399efde
| | * kubernetes: update to 1.10Charles Strahan2018-05-25
| | |
| * | ids: assing openvpnPeter Hoeg2018-05-26
| |/
* | Merge branch 'master' into stagingJan Malakhovski2018-05-26
|\| | | | | | | | | | | Fixed conflicts: - lib/systems/for-meta.nix: in favor of staging - pkgs/os-specific/darwin/xcode/default.nix: in favor of master
| * w3m: Add a variant without graphics support and use for NixOS manualTuomas Tynkkynen2018-05-25
| | | | | | | | This gets rid of various graphics libraries from the minimal installer.
| * nixos/installer: Drop dmraidTuomas Tynkkynen2018-05-25
| | | | | | | | | | This seems some obsolete software RAID configuration program that hasn't been updated since 2010.
| * nixos/systemd-timesyncd: use the correct server list (#40919)Daniel Frank2018-05-24
| |
| * nixos/slurm: fix xml tag mismatch in manualUli Baum2018-05-24
| | | | | | | | | | build of nixos manual broke because of mismatched xml tags in an option description introduced in #41016.
| * Merge pull request #40947 from samueldr/fix/34779lewo2018-05-24
| |\ | | | | | | dockerTools: fixes extraCommands for mkRootLayer.
| | * tests/docker-tools: Adds regression test for #34779Samuel Dionne-Riel2018-05-24
| | |
| * | Merge pull request #40665 from seppeljordan/fix-kubernetes-moduleslewo2018-05-24
| |\ \ | | | | | | | | nixos/kubernetes: Update kube-dns and kube-dashbashboard docker image…
| | * | nixos/kubernetes: Update kube-dns and kube-dashbashboard docker image ↵Sebastian Jordan2018-05-16
| | | | | | | | | | | | | | | | derivations to new pullImage function signature
| * | | Merge pull request #41016 from markuskowa/slurm-prxeji2018-05-24
| |\ \ \ | | | | | | | | | | nixos/slurm: fix default module parameters, update documenation
| | * | | nixos/slurm: add slurm test to release.nixMarkus Kowalewski2018-05-24
| | | | |
| | * | | nixos/slurm: enable munge by default, added note to slurm descriptionMarkus Kowalewski2018-05-24
| | | | |
| | * | | slurm/module: add ProcTrackType option to unbreak default setupMarkus Kowalewski2018-05-24
| | | | |
| * | | | nixos mysql: make start-up more robust (#41010)Peter Hoeg2018-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Change start-type to ```notify``` when running MariaDB so that we don't have to busy-wait for the socket to appear. 2) Do not manually create the directory under /run as we can get systemd to do that for us. This opens up the possibility later for not having to launch as root.
| * | | | kubernetes: fix 404 links to documentationGeoffrey Huntley2018-05-24
| | | | |
| * | | | nixos/borgbackup: make extraArgs a shell variableRobert Schütz2018-05-24
| | | | | | | | | | | | | | | | | | | | in line with the other extra*Args variables
| * | | | Merge pull request #41015 from tazjin/feat/datadog-gohaiJörg Thalheim2018-05-24
| |\ \ \ \ | | | | | | | | | | | | Add missing gohai derivation and fix dd-agent service unit
| | * | | | nixos/dd-agent: fix runtime errors by adding gohai to $PATHVincent Ambo2018-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Datadog agent requires `gohai` to be available on its `$PATH` in order to collect certain metrics. It would previously start up and collect certain types of metrics, but log errors related to the missing gohai binary. This commit configures the systemd-unit to make gohai available at runtime. This fixes #39810.
| * | | | | Merge pull request #40879 from seppeljordan/pr-ipfs-port-scanningSarah Brofeldt2018-05-24
| |\ \ \ \ \ | | |/ / / / | |/| | | | nixos/ipfs: Add option to disable local port scanning for ipfs daemon
| | * | | | nixos/ipfs: Improve behavior of localDiscovery optionSebastian Jordan2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is no longer required to change the config your ipfs repo manually if you change localDiscovery option in nixos configuration after ipfs repository initialization.
| | * | | | nixos/ipfs: Add option to disable local port scanning for ipfs daemonSebastian Jordan2018-05-21
| | | | | |
| * | | | | crowd: 3.0.1 -> 3.1.2Simon Lackerbauer2018-05-24
| | | | | |
| * | | | | nixos/prometheus-node-exporter: fix file collectorWilliButz2018-05-24
| | | | | |
| * | | | | gitlab module: update for 10.8Robin Gloster2018-05-24
| | | | | |
| * | | | | nixos/borgbackup: let borg write to disk and see /tmp, add extraArgsSimon Lackerbauer2018-05-24
| | | | | |
| * | | | | nixos/oxidized: add moduleWilliButz2018-05-24
| | | | | |
| * | | | | nixos/programs/shell.nix: Enhance bad ownership error messageTuomas Tynkkynen2018-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Steal this from scripts/nix-profile.sh.in in Nix to keep things more consistent.
| * | | | | nixos/programs/shell.nix: Use [ ] instead of testTuomas Tynkkynen2018-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Half of the script is using 'test' and other half '[ ]'. Let's stick to '[ ]' everywhere as it seems more conventional in nixpkgs.
| * | | | | nixos/programs/shell.nix: Quote variablesTuomas Tynkkynen2018-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In practice $HOME doesn't contain spaces, but let's stick to best shell scripting practices anyway.
| * | | | | Merge pull request #40462 from samueldr/fix/grub-backgroundGraham Christensen2018-05-23
| |\ \ \ \ \ | | | | | | | | | | | | | | Fixes grub splashImage documentation + implementation
| | * | | | | nixos/grub: Implements use of file format for splashImage.Samuel Dionne-Riel2018-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GRUB 2.0 supports png, jpeg and tga. This will use the image's suffix to load the right module. As jpeg module is named jpeg, jpg is renamed jpeg. If the user uses wrong image suffix for an image, it wouldn't work anyway. This will leave up to two additional left-over files in /boot/ if user switches through all the supported file formats. The module already left the png image if the user disabled the splash image.
| | * | | | | nixos/grub: Updates `splashImage` description to match reality.Samuel Dionne-Riel2018-05-13
| | | |_|/ / | | |/| | | | | | | | | | | | | | | Fixes #4911
* | | | | | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-23
|\| | | | |
| * | | | | beegfs/module: Fix a typo in meta.conf generation (#40979)markuskowa2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | This typo places mgtmd.extraConf in meta.conf leading to meta.extraConf being ignored.
* | | | | | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-23
|\| | | | | | | | | | | | | | | | | | | | | | | Use newer vagrant from master
| * | | | | Merge pull request #40778 from phile314/slimserver-fixSarah Brofeldt2018-05-23
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos/slimserver: Fix media scanning & transcoding
| | * | | | | nixos/slimserver: Disable broken image/video support (#40589)Philipp Hausmann2018-05-23
| | | | | | |