summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/httpd: rename apache log files to have a .log file extension (#54529)aanderse2019-01-31
| | | | nixos/httpd: rename apache log files to have a .log file extension
* Merge pull request #54637 from danbst/small-eval-optimizationDanylo Hlynskyi2019-01-31
|\ | | | | module system: small eval optimization
| * types.optionSet: deprecate and remove last usagesdanbst2019-01-31
| |
* | Merge pull request #53762 from ju1m/nslcdFlorian Klink2019-01-30
|\ \ | | | | | | Improving integration of `nslcd`, PAM and `openldap`.
| * | nixos/tests: test LDAP password changing through nslcdJulien Moutinho2019-01-18
| | | | | | | | | | | | NOTE: slapd.conf is deprecated, hence use cn=config.
| * | nixos/nslcd: use systemd's RuntimeDirectoryJulien Moutinho2019-01-09
| | |
| * | nixos/nslcd: restart when nslcd.conf changesJulien Moutinho2019-01-09
| | |
* | | munge: fix module munge.key permissions from 0700 -> 0400 readonlyChris Ostrouchov2019-01-30
| | |
* | | Merge pull request #45567 from johanot/certmgr-rootca-patchFranz Pletz2019-01-30
|\ \ \ | | | | | | | | certmgr: Add patch for optional trust of self-signed certificates at remote cfssl apiserver
| * | | certmgr service: add package optionFranz Pletz2019-01-24
| | | |
* | | | Merge pull request #54739 from Nadrieril/fix-ffsyncRobert Schütz2019-01-30
|\ \ \ \ | |_|_|/ |/| | | Fix firefox sync-server
| * | | nixos/syncserver: mild cleanupNadrieril2019-01-30
| | | |
| * | | nixos/syncserver: use gunicornNadrieril2019-01-30
| | | | | | | | | | | | | | | | | | | | As described in `syncserver`'s documentation. Makes it possible to run behind a reverse proxy.
| * | | pythonPackages.syncserver: move to all-packages.nix and fix dependenciesNadrieril2019-01-30
| |/ /
* | | Merge pull request #54904 from dotlambda/home-assistant-cli-0.4.2Robert Schütz2019-01-30
|\ \ \ | | | | | | | | home-assistant-cli: 0.3.0 -> 0.4.2
| * | | home-assistant-cli: 0.3.0 -> 0.4.2Robert Schütz2019-01-29
| | | |
* | | | release notes: mention ibus-table config changelaMudri2019-01-29
| | | |
* | | | Merge pull request #54524 from aanderse/redmineMichael Raskin2019-01-29
|\ \ \ \ | | | | | | | | | | redmine: add missing 'migrate' command prior to starting the application
| * \ \ \ Merge remote-tracking branch 'upstream/master' into redmineAaron Andersen2019-01-29
| |\ \ \ \
| * | | | | redmine: add missing 'migrate' command prior to starting the applicationAaron Andersen2018-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | required for plugins with a database component see: http://www.redmine.org/projects/redmine/wiki/Plugins
* | | | | | Merge pull request #53002 from delroth/nginx-ssoSilvan Mosberger2019-01-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | nginx-sso: init at 0.15.1 (+ nixos service/test)
| * | | | | | nixos/tests: add nginx-sso basic functionality testPierre Bourdon2019-01-29
| | | | | | |
| * | | | | | nixos: add nginx-sso servicePierre Bourdon2019-01-29
| | | | | | |
* | | | | | | Merge pull request #54475 from Izorkin/mysql-restartTriggerSilvan Mosberger2019-01-29
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | mysql: add restartTrigger for my.cnf
| * | | | | | mysql: add restartTrigger for my.cnfIzorkin2019-01-22
| | | | | | |
* | | | | | | Merge pull request #53245 from Izorkin/zsh-syntaxHighlightingGraham Christensen2019-01-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | zsh.syntaxHighlighting: add option to customize styles
| * | | | | | | zsh.syntaxHighlighting: add option to customize stylesIzorkin2019-01-03
| | | | | | | |
* | | | | | | | nixos/pam: refactor U2F, docs about u2f_keys path (#54756)Wael Nasreddine2019-01-29
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change enableU2F option to u2f.* set * add few u2f options (not all) to customize pam-u2f module * document default u2f_keys locations Co-authored-by: Tomasz Czyż <tomasz.czyz@gmail.com> Co-authored-by: Arda Xi <arda@ardaxi.com>
* | | | | | | Merge pull request #54495 from peterhoeg/f/sshguardSilvan Mosberger2019-01-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/sshguard: fix syslog identifiers and pid file
| * | | | | | | nixos/sshguard: fix syslog ids, no more pid file, cleanupsPeter Hoeg2019-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Allow syslog identifiers with special characters 2. Do not write a pid file as we are running in foreground anyway 3. Clean up the module for readability Without this, when deploying using nixops, restarting sshguard would make nixops show an error about restarting the service although the service is actually being restarted.
* | | | | | | | Merge pull request #54562 from pjones/pjones/netdata-plugins/masterSilvan Mosberger2019-01-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/netdata: Add option to include extra plugins
| * | | | | | | | nixos/netdata: Add option to include extra pluginsPeter Jones2019-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New option `extraPluginPaths' that allows users to supply additional paths for netdata plugins. Very useful for when you want to use custom collection scripts.
* | | | | | | | | Merge pull request #54726 from etu/nixos-sks-db-configElis Hirwing2019-01-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/sks: Add option to configure database settings
| * | | | | | | | | nixos/sks: Add option to configure database settingsElis Hirwing2019-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can be used for options to tweak the behavior around the database.
* | | | | | | | | | Merge pull request #53419 from uvNikita/containers/fix-bridgeFlorian Klink2019-01-28
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | nixos/containers: add bridge without address specified
| * | | | | | | | | nixos/containers: add bridge without address specifiedNikita Uvarov2019-01-07
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to systemd-nspawn(1), --network-bridge implies --network-veth, and --port option is supported only when private networking is enabled. Fixes #52417.
* | | | | | | | | Merge pull request #42838 from teto/kernel_autoconfSilvan Mosberger2019-01-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [RFC] add ability to merge structured configs
| * | | | | | | | | linux: ability to merge structured configsMatthieu Coudron2019-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should make the composability of kernel configurations more straigthforward. - now distinguish freeform options from tristate ones - will look for a structured config in kernelPatches too one can now access the structuredConfig from a kernel via linux_test.configfile.structuredConfig in order to reinject it into another kernel, no need to rewrite the config from scratch The following merge strategies are used in case of conflict: -- freeform items must be equal or they conflict (mergeEqualOption) -- for tristate (y/m/n) entries, I use the mergeAnswer strategy which takes the best available value, "best" being defined by the user (by default "y" > "m" > "n", e.g. if one entry is both marked "y" and "n", "y" wins) -- if one item is both marked optional/mandatory, mandatory wins (mergeFalseByDefault)
* | | | | | | | | | nixos/systemd: add StartLimitIntervalSec to unit configCraig Younkins2019-01-28
|/ / / / / / / / /
* | | | | | | | | Merge pull request #54519 from devhell/modify_ngc.plGraham Christensen2019-01-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos-generate-config: Include extraGroups "wheel"
| * | | | | | | | | nixos-generate-config: Include extraGroups "wheel"devhell2019-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've been asked, on numerous occasions, by my students and others, how to 'sudo' on NixOS. Of course new users could read up in the manual on how to do that, or we could make it more accessible for them by simply making it visible in the default `configuration.nix` file. Additionally, as raised in [1], replacing `guest` with something more recognizable could be potentially beneficial to new users. I've opted for `jane` for now. [1]: https://github.com/NixOS/nixpkgs/pull/54519#issuecomment-457012223
* | | | | | | | | | nixos/pulseaudio: disable flat-volumes by defaultworldofpeace2019-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The motivation for this is that some applications are unaware of this feature and can set their volume to 100% on startup harming people ears and possiblly blowing someone's audio setup. I noticed this in #54594 and by extension epiphany[0]. Please also note that many other distros have this default for the reason outlined above. Closes #5632 #54594 [0]: https://bugzilla.gnome.org/show_bug.cgi?id=675217
* | | | | | | | | | Merge pull request #54659 from matthewbauer/doc-fixesMatthew Bauer2019-01-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Nixpkgs documentation additions for 19.03
| * | | | | | | | | | nixos/manual: use default bs valueMatthew Bauer2019-01-26
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently this is a little slower but much safer & not prone to potential argument errors.
* | | | | | | | | | Merge pull request #54708 from erictapen/unifi-maintainerSilvan Mosberger2019-01-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | unifi, nixos/unifi: add erictapen as maintainer
| * | | | | | | | | | unifi, nixos/unifi: add erictapen as maintainerJustin Humm2019-01-27
| | | | | | | | | | |
* | | | | | | | | | | nixos/wpa_supplicant: escape interface names to listen onMaximilian Bosch2019-01-27
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Systemd provides some functionality to escape strings that are supposed to be part of a unit name[1]. This seems to be used for interface names in `sys-subsystem-net-devices-{interface}.device` and breaks wpa_supplicant if the wireless interface name has a dash which is encoded to \x2d. Such an interface name is rather rare, but used i.e. when configuring multiple wireless interfaces with `networking.wlanInterfaces`[2] to have on interface for `wpa_supplicant` and another one for `hostapd`. [1] https://www.freedesktop.org/software/systemd/man/systemd-escape.html [2] https://nixos.org/nixos/options.html#networking.wlaninterfaces
* | | | | | | | | | Merge pull request #54619 from Mic92/remove-wkenningtonJörg Thalheim2019-01-26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | treewide: remove wkennington as maintainer
| * | | | | | | | | | treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* | | | | | | | | | | postgresql: cleanup postgis (#54396)Danylo Hlynskyi2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | postgis: cleanup Another part of https://github.com/NixOS/nixpkgs/pull/38698, though I did cleanup even more. Moving docs to separate output should save another 30MB. I did pin poppler to 0.61 just to be sure GDAL doesn't break again next time poppler changes internal APIs.