about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/acpid: add option to log eventsAles Huzik2018-02-21
|
* Merge pull request #34705 from etu/php-upgradeFranz Pletz2018-02-13
|\ | | | | php: 7.1.14 -> 7.2.2
| * php: 7.1.14 -> 7.2.2Elis Hirwing2018-02-07
| |
* | Merge pull request #34905 from vcunat/p/kresd-TLSJörg Thalheim2018-02-13
|\ \ | | | | | | kresd service: add listenTLS option
| * | kresd service: add listenTLS optionVladimír Čunát2018-02-12
| | | | | | | | | | | | Also fix some deficiencies in the systemd multi-socket stuff.
* | | nixos/prometheus/alertmanager: double hyphenate long opts (#34914)Ruben Maher2018-02-12
|/ / | | | | | | Alertmanager 0.13.0 doesn't support single dash long options, so '-config.file' for example is parsed as '-c', which leads to the service not starting.
* | Merge #34866: nixos doc: efficient comparisonsVladimír Čunát2018-02-12
|\ \ | | | | | | | | | This solves most of the performance regression from a7d75ab (#33898).
| * | nixos: doc: trivial cleanup and docstring fixJan Malakhovski2018-02-11
| | |
| * | nixos: doc: make option sorting somewhat more efficientJan Malakhovski2018-02-11
| | |
* | | jid: remove packageProfpatsch2018-02-12
| | |
* | | nixos/testing: use the same qemu in the test driverFranz Pletz2018-02-11
| | | | | | | | | | | | The qemu_test package is also used for running a NixOS qemu VM.
* | | bird2: init at 2.0.1Franz Pletz2018-02-11
| | |
* | | Merge #32774: slurm-spank-x11: init at 0.2.5Vladimír Čunát2018-02-10
|\ \ \
| * | | slurm-spank-x11: init at 0.2.5Markus Kowalewski2018-01-25
| | | |
* | | | nixos/acpid: pass event parameters to handler (#34190)Daniel Schaefer2018-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the parameters were just dropped. Now they can be read from within the handler script. An example to show this is added. Makes use of the new writeShellScript function as suggested in: issue #21557 resolves: #21557
* | | | Merge pull request #34384 from gnidorah/nvidia-optimusJörg Thalheim2018-02-10
|\ \ \ \ | | | | | | | | | | modules/nvidia-optimus: fix module blacklisting
| * | | | modules/nvidia-optimus: fix module blacklistinggnidorah2018-01-29
| | | | |
* | | | | Merge pull request #34524 from Infinisil/physlock-allowAnyUserJörg Thalheim2018-02-10
|\ \ \ \ \ | | | | | | | | | | | | nixos/physlock: add allowAnyUser option
| * | | | | physlock: add allowAnyUser optionSilvan Mosberger2018-02-02
| | | | | |
* | | | | | Merge pull request #34655 from markus1189/zookeeper-package-optionJörg Thalheim2018-02-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | zookeeper.service: option for package and add to environment
| * | | | | | zookeeper.service: option for package and add to environmentMarkus Hauck2018-02-06
| | | | | | |
* | | | | | | Merge pull request #34728 from dpc/masterJörg Thalheim2018-02-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add pam option to enable Google Authenticator
| * | | | | | | nixos/pam: support for Google AuthenticatorDawid Ciężarkiewicz2018-02-09
| | | | | | | |
* | | | | | | | Merge pull request #34753 from noqqe/masterJörg Thalheim2018-02-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Multiple users with hashedPassword is broken in mosquitto
| * | | | | | | | Multiple users with hashedPassword is broken in mosquittoFlorian Baumann2018-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you have more than 1 User with hasedPassword Option set it generates ``` rm -f /var/lib/mosquitto/passwd touch /var/lib/mosquitto/passwd echo 'user1:$6$xxx' > /var/lib/mosquitto/passwd echo 'user2:$6$xxx' > /var/lib/mosquitto/passwd ``` Which ends up in only having 1 user.
* | | | | | | | | nixos/rdma-core: add module for soft RoCE and test (#34607)markuskowa2018-02-10
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #33898 from oxij/nixos/related-packages-v5Graham Christensen2018-02-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos: doc: implement related packages in the manual (again)
| * | | | | | | | nixos/xen-dom0: add related packages, make it play well with themJan Malakhovski2018-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a custom attribute set example of `relatedPackages` option usage.
| * | | | | | | | nixos/adb: add related packageJan Malakhovski2018-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an attribute path example of `relatedPackages` option usage.
| * | | | | | | | nixos/tmux: add related packageJan Malakhovski2018-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a trivial example of `relatedPackages` option usage.
| * | | | | | | | nixos, lib: implement relatedPackages optionJan Malakhovski2018-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows one to specify "related packages" in NixOS that get rendered into the configuration.nix(5) man page. The interface philosophy is pretty much stolen from TeX bibliography. See the next several commits for examples.
| * | | | | | | | nixos/doc: push all the `enable*' and `package*` options to the top of their ↵Jan Malakhovski2018-02-09
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | option group Why? Because this way configuration.nix(5) can be read linearly. Before: > virtualisation.xen.bootParams > ... > virtualisation.xen.enable > ... > virtualisation.xen.package > ... After: > virtualisation.xen.enable > virtualisation.xen.package > virtualisation.xen.bootParams > ...
* | | | | | | | Merge pull request #34778 from oxij/os/allow-pkgsGraham Christensen2018-02-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos: export packages of the current configuration
| * | | | | | | | nixos: export packages of the current configuration (its `pkgs` argument)Jan Malakhovski2018-02-09
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows one to access a package configured with overrides given in `nixpkgs.config`, e.g.: nix-build ./nixos/default.nix -A pkgs.ffmpeg
* | | | | | | | Merge pull request #33700 from roberth/nixos-externalpkgsFranz Pletz2018-02-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos: Add nixpkgs.pkgs option
| * | | | | | | | nixos: Add nixpkgs.pkgs optionRobert Hensing2018-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lets the user set pkgs directly, so that it can be injected externally and be reused among evaluations of NixOS.
* | | | | | | | | Merge pull request #32582 from Ma27/yabar-moduleFranz Pletz2018-02-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | yabar: add module
| * | | | | | | | | yabar: add moduleMaximilian Bosch2018-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make the configuration of `yabar` more pleasant and easier to validate, a NixOS module will be quite helpful. An example config could look like this: ``` { programs.yabar = { enable = true; bars.top.indicators.exec = "YA_DATE"; }; } ``` The module adds a user-controlled systemd service which runs `yabar` after starting up X.
* | | | | | | | | | nixos/tests: add predictable-interface-names.nix (#34305)symphorien2018-02-09
| | | | | | | | | |
* | | | | | | | | | nixos/release*.nix: Clean nixpkgs sources by defaultRobert Hensing2018-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, when building NixOS from a git clone, Nix has to copy the entire repo at >1GB into the store by default. That is not necessary and causes a dumping large path message. If you need the old behaviour for some reason, you will have to specify it by passing the path to your repo explicitly as the nixpkgs argument like this: --arg nixpkgs '{outPath = ./.; revCount = 56789; shortRev = "gfedcba"; }'
* | | | | | | | | | Merge pull request #34562 from griff/rspamd-workersAndreas Rammhold2018-02-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/rspamd: worker configuration, socket activation and tests
| * | | | | | | | | | nixos/rspamd: options for worker configuration and socket activationBrian Olsen2018-02-09
| | | | | | | | | | |
| * | | | | | | | | | nixos/tests: add basic tests for services.rspamdBrian Olsen2018-02-03
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #34759 from dotlambda/dovecotAndreas Rammhold2018-02-09
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/dovecot: no " in mailbox.name
| * | | | | | | | | | | nixos/dovecot: no " in mailbox.nameRobert Schütz2018-02-09
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* / | | | | | | | | | nixos/traefik: make group configurable for docker support (#34749)Hamish2018-02-09
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #34690 from dotlambda/torJoachim F2018-02-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/tor: add hiddenServices.<name>.authorizeClient
| * | | | | | | | | | nixos/tor: add hiddenServices.<name>.authorizeClientRobert Schütz2018-02-08
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | services.mysql: properly quote database.nameEric Bailey2018-02-08
| | | | | | | | | |
* | | | | | | | | | sshd: Remove UsePrivilegeSeparation optionEelco Dolstra2018-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option is deprecated, see https://www.openssh.com/txt/release-7.5.