about summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* dnscrypt-proxy: make man 8 dnscrypt-proxy work (#41039)coretemp2018-05-31
|
* Revert "nixpkgs module: Fix defaulting of `localSystem` and `system`"Matthew Bauer2018-05-31
| | | | | | This reverts commit 4fe289860888668956b7e79e24efeb101c2f51d1. This gives a recursion in certain nixpkgs configs.
* zsh: only do promptInit when TERM!=dumbMatthew Bauer2018-05-31
| | | | This allows tramp to be used correctly when default shell is zsh.
* Merge pull request #40708 from obsidiansystems/nixos-nixpkgs-defaultsMatthew Justin Bauer2018-05-31
|\ | | | | nixpkgs module: Fix defaulting of `localSystem` and `system`
| * nixpkgs module: Fix defaulting of `localSystem` and `system`John Ericson2018-05-17
| | | | | | | | | | | | | | | | | | My c6f7d4367894047592cc412740f0c1f5b2ca2b59 made the mistake of not having enough defaults. Now both variables are default as the *explicit* value of the other, or a fallback. The fallback of `system` is the default of `localSystem.system`. The fallback of `localSystem` is not the other default (projected), as that would cause a cycle, but `{ system = builtins.currentTime; }` just as nixpkgs itself does it.
* | Merge pull request #41218 from Gerschtli/fix/gitea-pre-startJoachim F2018-05-31
|\ \ | | | | | | nixos/gitea: fix pre start script
| * | nixos/gitea: fix pre start scriptTobias Happ2018-05-29
| | | | | | | | | | | | | | | | | | | | | The hooks directory contains now one level deep subdirectories which need to be updated as well. If you use gitea via ssh, ~/.ssh/authorized_keys also needs to be updated because of the hardcoded path to gitea in the "command" option.
* | | nix: 2.0.3 -> 2.0.4Eelco Dolstra2018-05-31
| | |
* | | Update GCE image for 18.03Rob Vermaas2018-05-30
| | | | | | | | | | | | (cherry picked from commit 8aa385069f830fc801c8a04d2bd8a70a02be3de4)
* | | nix: 2.0.2 -> 2.0.3Eelco Dolstra2018-05-30
| | |
* | | Merge pull request #40579 from peterhoeg/m/sddmPeter Hoeg2018-05-30
|\ \ \ | | | | | | | | sddm: add support for hidpi mode
| * | | sddm: add support for hidpi modePeter Hoeg2018-05-16
| | | |
* | | | nixos/bind: Allow to set extra optionsaszlig2018-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BIND doesn't allow the options section (or any section I'd guess) to be defined more than once, so whenever you want to set an additional option you're stuck using weird hacks like this: services.bind.forwarders = lib.mkForce [ "}; empty-zones-enable no; #" ]; This basically exploits the fact that values coming from the module options aren't escaped and thus works in a similar vain to how SQL injection works. Another option would be to just set configFile to a file that includes all the options, including zones. That obviously makes the configuration way less extensible and more awkward to use with the module system. To make sure this change does work correctly I added a small test just for that. The test could use some improvements, but better to have a test rather than none at all. For a future improvement the test could be merged with the NSD test, because both use the same zone file format. This change has been reviewed in #40053 and after not getting any opposition, I'm hereby adding this to master. Signed-off-by: aszlig <aszlig@nix.build> Cc: @peti, @edolstra Closes: #40053
* | | | Merge pull request #38791 from LnL7/nixos-profile-variablesDaiderd Jordan2018-05-30
|\ \ \ \ | |_|/ / |/| | | nixos: remove PKG_CONFIG_PATH/PERL5LIB environment variables
| * | | nixos: remove PKG_CONFIG_PATH and PERL5LIB environment variablesDaiderd Jordan2018-04-11
| | | | | | | | | | | | | | | | | | | | These make libraries installed in the system or even user profiles magically available.
* | | | 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
| | * | | | 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 #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: 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.