summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* Fix incorrect mergeGregor Kleen2018-04-21
|
* Merge branch 'master' of github.com:NixOS/nixpkgs into feat/acme/delayGregor Kleen2018-04-21
|\
| * Merge pull request #30908 from kierdavis/boinc-fhsMatthew Justin Bauer2018-04-21
| |\ | | | | | | boinc service: use an FHS environment (CI now passing)
| | * boinc service: use an FHS environmentKier Davis2017-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While BOINC itself is open source, many of the project applications it runs are not. Additionally, these project applications are checksummed before they are run, so they can't be patched. This means we can't make the project applications find required binaries/libraries on a NixOS system. The solution is therefore to make said binaries and libraries appear in the expected locations, by wrapping BOINC in an FHS-compatible environment [1]. An `extraEnvPackages` is also added to allow more packages to be added into this environment. The documentation for this option describes some practical use cases for it. [1] https://nixos.org/nixpkgs/manual/#sec-fhs-environments Version 2: fixed Docbook list formatting, minor rewording Version 3: rebase onto master (9c048f4fb66adc33c6b379f2edefcb615fd53de6) Version 4: fix usage of targetPkgs argument to buildFHSUserEnv
| * | Merge branch 'master' into feat/nsd/dnssecMatthew Justin Bauer2018-04-21
| |\ \
| * | | nixos/nsd: automatic DNSSEC using BIND toolsetGregor Kleen2017-11-16
| | | |
* | | | Merge branch 'master' into feat/acme/delayMatthew Justin Bauer2018-04-21
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #31969 from Assassinkin/masterMatthew Justin Bauer2018-04-21
| |\ \ \ | | | | | | | | | | Update sssd integration with pam as documented by RedHat
| | * | | Update sssd integration with pam as documented by RedHatAssassinkin2017-11-22
| | | | |
| * | | | Merge pull request #35541 from xeji/containers-extraflagsJörg Thalheim2018-04-21
| |\ \ \ \ | | | | | | | | | | | | nixos/containers: add extraFlags option
| | * | | | nixos/containers: add extraFlags optionxeji2018-04-12
| | | | | | | | | | | | | | | | | | | | | | | | to pass extra flags to systemd-nspawn
| * | | | | openvpn: remove redundant timestamps from log outputErik Arvstedt2018-04-21
| | | | | | | | | | | | | | | | | | | | | | | | The systemd journal is already logging and showing timestamps
| * | | | | nixos/restic: init (#38948)Lassulus2018-04-21
| | | | | |
| * | | | | Merge pull request #39232 from Infinisil/sshd-optionsPeter Hoeg2018-04-21
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos/sshd: add options for kexAlgorithms, ciphers and MACs
| | * | | | | nixos/sshd: add options for kexAlgorithms, ciphers and MACsSilvan Mosberger2018-04-20
| | | | | | |
| * | | | | | nix: 2.0 -> 2.0.1Eelco Dolstra2018-04-20
| | | | | | |
| * | | | | | Merge pull request #38356 from Infinisil/fix/environmentDaiderd Jordan2018-04-20
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/systemd: Fix environment type -> allows overriding
| | * | | | | | nixos/systemd: Fix environment type -> allows overridingSilvan Mosberger2018-04-03
| | | | | | | |
| * | | | | | | Merge pull request #38918 from gnidorah/gitwebWout Mertens2018-04-20
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/gitweb: add gitwebTheme option
| | * | | | | | | nixos/gitweb: add gitwebTheme optiongnidorah2018-04-17
| | | | | | | | |
| * | | | | | | | Merge pull request #39165 from WilliButz/update-postfix-exporterFranz Pletz2018-04-20
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | prometheus-postfix-exporter: 2017-06-01 -> 0.1.1, update module
| | * | | | | | | | nixos/prometheus-postfix-exporter: update moduleWilliButz2018-04-19
| | | | | | | | | |
| * | | | | | | | | Merge pull request #39164 from ngortheone/masterDaniel Peebles2018-04-20
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | Fix root volume resizing on EC2 KVM instances (M5, C5, etc)
| | * | | | | | | | growPartition: fix volume resizing on EC2 NVME instancesIhor Antonov2018-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous code for this accidentally picked up a "p" when computing the partition number. This logic should be more robust
| * | | | | | | | | Merge pull request #38485 from obsidiansystems/nixos-nixpkgs-optionsJohn Ericson2018-04-19
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | nixpkgs module: Clean up platform options
| | * | | | | | | | nixpkgs module: Clean up platform optionsJohn Ericson2018-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - `localSystem` is added, it strictly supercedes system - `crossSystem`'s description mentions `localSystem` (and vice versa). - No more weird special casing I don't even understand TEMP
| * | | | | | | | | Merge pull request #36864 from peterhoeg/f/ddclientPeter Hoeg2018-04-19
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos ddclient: support multiple domains and run via systemd timer [WIP]
| | * | | | | | | | | nixos ddclient: support multiple domains and run via systemd timerPeter Hoeg2018-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a) Some providers can update multiple domains - support that. b) Make "zone" and "script" configurable. Some providers require these. c) Instead of leaving the ddclient daemon running all the time, use a systemd timer to kick it off. d) Don't use a predefined user - run everything via DynamicUser e) Add documentation
| * | | | | | | | | | Merge pull request #38705 from tokudan/murmur_tmpfixMatthew Justin Bauer2018-04-18
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | murmur: fix /tmp usage
| | * | | | | | | | | | murmur: fix /tmp usageDaniel Frank2018-04-10
| | | | | | | | | | | |
| * | | | | | | | | | | prometheus-exporters: add dovecot exporter moduleWilliButz2018-04-19
| | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | nixos/tor: use RuntimeDirectory, StateDirectory (#39083)Robert Schütz2018-04-18
| | | | | | | | | | |
| * | | | | | | | | | elasticsearch6: fix startup due to missing jvm.optionsBas van Dijk2018-04-18
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #39072 from jbgi/azure-agent-mount-resource-optionJörg Thalheim2018-04-17
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Azure agent mount resource option + bash to path
| | * | | | | | | | | | azure-agent: add bash to service path.Jean-Baptiste Giraudeau2018-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as is often required by linux extensions.
| | * | | | | | | | | | azure-agent: add option to control auto mountJean-Baptiste Giraudeau2018-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of resource disk.
| * | | | | | | | | | | Merge pull request #39074 from jbgi/jira-updatesJörg Thalheim2018-04-17
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | atlassian-jira: 7.7.0 -> 7.9 and add bash to service path
| | * | | | | | | | | | | Add bash to jira PATH: required by health checks.Jean-Baptiste Giraudeau2018-04-17
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge pull request #36406 from alesguzik/bluez-midiMatthew Justin Bauer2018-04-17
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Bluetooth MIDI support
| | * | | | | | | | | | | nixos/bluetooth: allow to specify custom bluez packageAles Huzik2018-03-08
| | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #36440 from dywedir/iwdMatthew Justin Bauer2018-04-17
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | iwd: 2017-12-14 -> 0.1
| | * | | | | | | | | | | iwd: 2017-12-14 -> 0.1Vladyslav M2018-03-07
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #37388 from acowley/mlocate-updatedbMatthew Justin Bauer2018-04-17
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | update-locatedb: fix update-locatedb service for mlocate
| | * | | | | | | | | | | | locate: fix `update-locatedb` service for `mlocate`Anthony Cowley2018-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the `update-locatedb` service when using the `mlocate` package. The service as-is does not properly handle flags during update of the relevant database when configured to use the `mlocate` package. The man entry for `updatedb` associated with `mlocate` does not say that it supports environment variables in place of command line flags, whereas the `findutils` package's updatedb does so. To support this distinction, we pass the relevant settings as flags to the `updatedb` program when using the `mlocate` package. Fixes #29279
| * | | | | | | | | | | | | Merge pull request #37515 from MHOOO/patch-2Matthew Justin Bauer2018-04-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix permission on working directory
| | * | | | | | | | | | | | | Fix permission on working directoryThomas Karolski2018-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The working directory needs the x flag, otherwise executors (e.g. sparks executor) are unable to cd into their sandbox and create e.g. temporary files.
| * | | | | | | | | | | | | | Merge pull request #37786 from woffs/fixing-quaggaMatthew Justin Bauer2018-04-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quagga service: fix service and re-enable test
| | * | | | | | | | | | | | | | quagga service: fix service and re-enable testFrank Doepper2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding quagga to quaggavty reverting 8a18e1f
| * | | | | | | | | | | | | | | Merge pull request #38303 from LumiGuide/fix-pgmanage-sql_rootMatthew Justin Bauer2018-04-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | pgmanage: the data_root option is renamed to sql_root
| | * | | | | | | | | | | | | | pgmanage: the data_root option is renamed to sql_rootBas van Dijk2018-04-01
| | | | | | | | | | | | | | | |