about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/samba: increase LimitNOFILE to recommended value (#32085)David Kleuker2017-12-14
| | | | | | | fixes warning: rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) https://serverfault.com/a/641411
* nixos/tests/jenkins: check if jenkins is availableFranz Pletz2017-12-14
|
* xmr-stak module: initFranz Pletz2017-12-14
|
* Update NixOS 17.09 AMIsEelco Dolstra2017-12-13
| | | | | | This adds support for c5.* instances. Fixes #32612.
* nixos.gnome3.at-spi2-core: Set environment variable `NO_AT_BRIDGE=1` if disabledFranz Thoma2017-12-13
| | | As suggested in #16327 (https://github.com/NixOS/nixpkgs/issues/16327#issuecomment-315729994).
* Merge pull request #32031 from NixOS/unstable-aarch64Graham Christensen2017-12-12
|\ | | | | Aarch64 Netboot
| * Netboot: Add aarch64Graham Christensen2017-12-11
| |
* | nixos containers: remove stray `,` from patternRobert Helgesson2017-12-12
| | | | | | | | See #31888.
* | containers: deny networkmanager from managing the ve-* and vb-* NICsBas van Dijk2017-12-12
| | | | | | | | | | | | | | Without this, when you've enabled networkmanager and start a nixos-container the container will briefly have its specified IP address but then networkmanager starts managing it causing the IP address to be dropped.
* | nix: 1.11.15 -> 1.11.16Eelco Dolstra2017-12-12
| |
* | build-support/vm: Use devtmpfs, not static device nodesTuomas Tynkkynen2017-12-12
| | | | | | | | In 2017, there is no reason to create a static /dev.
* | Merge pull request #32216 from LumiGuide/networkmanager-strongswanJoachim F2017-12-11
|\ \ | | | | | | networkmanager_strongswan: fix package
| * | networkmanager_strongswan: fix packageBas van Dijk2017-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the boolean option: networking.networkmanager.enableStrongSwan which enables the networkmanager_strongswan plugin and adds strongswanNM to the dbus packages. This was contributed by @wucke13, @eqyiel and @globin. Fixes: #29873
* | | nixos/tests: correct comment in radicale.nix (#32574)Linus Heckemann2017-12-11
| | | | | | | | | | | | The secrets are in fact also stored unhashed, as part of the .drv file which produces the htpasswd.
* | | Merge pull request #32500 from srhb/logstash-locallistenJoachim F2017-12-11
|\ \ \ | |_|/ |/| | nixos/logstash: Listen on 127.0.0.1 instead of 0.0.0.0
| * | nixos/logstash: Listen on 127.0.0.1 instead of 0.0.0.0Sarah Brofeldt2017-12-09
| | |
* | | Merge older stagingVladimír Čunát2017-12-11
|\ \ \ | | | | | | | | | | | | | | | | There are some regressions, but not that many and I want the security update of openssl fast.
| * | | Merge branch 'master' into stagingVladimír Čunát2017-12-09
| |\| |
| * | | cups: 2.2.2 -> 2.2.6Peter Hoeg2017-12-07
| | | |
* | | | nixos/programs/bash: document that /etc/bash_completion.d is obsoleteOrivej Desh2017-12-10
| | | | | | | | | | | | | | | | https://github.com/scop/bash-completion/blob/fbd52a5e31747beb4974da97b9d3ed4f6ceb7a61/bash_completion#L2070-L2078
* | | | nixos/programs/bash: Let bash-completion lazy load scriptsTor Hedin Brønner2017-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As described in detail here: https://github.com/NixOS/nixpkgs/issues/32533 bash will load completion scripts in $p/share/bash-completion/completions/ on startup instead of letting bash-completion do it's lazy loading. Bash startup will then slow down (very noticeable when bash-completion is installed in a profile). This commit leaves loading of scripts in the hands of bash-completion, improving startup time for everyone using `enableCompletion`. fixes #32533
* | | | networkmanager: remove restart after suspend from resumeAndreas Rammhold2017-12-10
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit ec9dc73 restarting NetworkManager after resume from suspend/hibernate was introduced. When I initially switch to NixOS I started noticing a high delay between wakeup and re-connecting to WiFi & wired networks. The delay increased from a few seconds (on my previous distro, same software stack) to almost half a minute with NixOS. I (locally) applied the change in this commit a few weeks ago and tested since then. The notebook/mobile device experience has improved a lot. Reconnects are as before switching to NixOS. Issue #24401 could be related to this. Since I am not using KDE/plasma5 I can only guess…
* | | Merge pull request #31006 from florianjacob/prosodyOrivej Desh2017-12-09
|\ \ \ | | | | | | | | Improvements for Prosody
| * | | prosody service: add extra SSL optionsSatoshi Shishiku2017-11-01
| | | |
| * | | prosody service: add restart triggerSatoshi Shishiku2017-11-01
| | | |
| * | | prosody service: forkingSatoshi Shishiku2017-11-01
| | | |
| * | | prosody service: add typesSatoshi Shishiku2017-11-01
| | | |
* | | | Merge pull request #32261 from erictapen/osrm-moduleJoachim F2017-12-07
|\ \ \ \ | | | | | | | | | | osrm service: init
| * | | | osrm service: initJustin Humm2017-12-07
| | |_|/ | |/| |
* | | | nixos/qemu-vm: Pass gic-version=host for AArch64Tuomas Tynkkynen2017-12-06
| | | | | | | | | | | | | | | | | | | | | | | | This is required on the ThunderX CPUs on the Packet.net Type-2A machines that have a GICv3. For some reason the default is to create a GICv2 independent of the host hardware...
* | | | tests: logToJournal has been renamedPeter Hoeg2017-12-06
| | | |
* | | | nixos/gollum: enable emoji and file uploads (#32373)Pierre-Etienne Meunier2017-12-06
| | | |
* | | | nixos/modules/services/hardware/u2f: initPierre Carrier2017-12-06
| |_|/ |/| |
* | | nixos/gollum: Add optional MathJax support (#32338)Pierre-Etienne Meunier2017-12-05
| | |
* | | Merge pull request #32308 from orivej/static-resolv-confOrivej Desh2017-12-04
|\ \ \ | | | | | | | | nixos/networking: support static resolv.conf
| * | | nixos/networking: support static resolv.confOrivej Desh2017-12-04
| | | |
* | | | services.statsd: add simple testMaximilian Bosch2017-12-04
| | | |
* | | | statsd: restore support for {influx,librato,stackdriver} backendsMaximilian Bosch2017-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These packages will be placed into an environment using `backendsToPackages`. This function explicitly maps backends to `pkgs.nodePackages.${type}` unless it's a builtin. This ensures that only valid backends that work on NixOS are used (if not, the build already breaks at evaluation time). The log will be redirected to `stdout` to be able to watch the entire output using `journalctl`. Configuration parameters for the backends need to be set using `services.statsd.extraConfig` as each backend has its own options and all of them shouldn't be validated and checked explicitly and manually.
* | | | Merge pull request #32212 from ryantrinkle/nat-port-forwarding-rangeszimbatm2017-12-04
|\ \ \ \ | | | | | | | | | | Nat port forwarding ranges
| * | | | nat: support port ranges in networking.nat.forwardPortsRyan Trinkle2017-12-02
| | | | |
| * | | | nixpkgs.lib: Add types.strMatchingRyan Trinkle2017-12-02
| | | | |
* | | | | Merge pull request #32304 from LnL7/vault-testDaiderd Jordan2017-12-04
|\ \ \ \ \ | |_|/ / / |/| | | | vault: add nixos test
| * | | | vault: add nixos testDaiderd Jordan2017-12-04
| | | | |
* | | | | nixos/nat: add dmzHost option (#32257)Ryan Trinkle2017-12-04
| | | | |
* | | | | Merge pull request #28939 from xtruder/nixos/tor/trans_proxyJaka Hudoklin2017-12-03
|\ \ \ \ \ | |/ / / / |/| | | | tor module: add support for transparent proxy and dns
| * | | | nixos/tor: add support for transparent proxy and dnsJaka Hudoklin2017-09-23
| | | | |
* | | | | Add localtime package and nixos moduleDomen Kožar2017-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple daemon for keeping system timezone up-to-date via geoclue2. Sadly i3 status needs to be restarted for timezone changes.
* | | | | Merge pull request #32186 from jbboehr/patch-1Joachim F2017-12-03
|\ \ \ \ \ | | | | | | | | | | | | nixos/i2pd: tunnel configuration fixes
| * | | | | nixos/i2pd: tunnel config fixesJohn Boehr2017-11-30
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tunnel configuration has no member named "host" - i2pd does but it's called "address" in the options. As a result, no tunnel configuration is generated. * Fix attribute check in inTunnels * Fix integer to string coercion in inTunnels * Add destinationPort option for outTunnels
* | | | | nixos/doc/x-windows: update touchpad to libinputBert Moens2017-12-03
| | | | |