about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* zram: revert "change default algorithm to zstd" (#56856)Danylo Hlynskyi2019-03-07
| | | | 19.03 default kernel is still 4.14, which doesn't support zstd. So, zramSwap in current fasion fails on default kernel.
* nixos/auto-upgrade: enable service only when it's enabled in options (#56948)Danylo Hlynskyi2019-03-07
| | | | | * nixos/auto-upgrade: enable service only when it's enabled in options This reduced closure size of `tinyContainer` from 449 MB to 403 MB
* Merge pull request #55936 from tobim/modules/snapserverSilvan Mosberger2019-03-07
|\ | | | | nixos/snapserver: init
| * nixos/snapserver: initTobias Mayer2019-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A nixos module for configuring the server side of pkgs.snapcast. The module is named "snapserver" following upstream convention. This commit does not provide module for the corresponding client. Fix handling of port and controlPort Fix stream uri generation & address review Remove unused streams options & add description Add missing description & Remove default fs path Use types.port for ports & formatting improvements Force mpd and mopidy to wait for snapserver
* | Merge pull request #56607 from andir/cryptsetup-2.1Andreas Rammhold2019-03-06
|\ \ | | | | | | cryptsetup: 2.0.6 -> 2.1.0
| * | nixos/tests/installer: add cryptsetup tests for LUKS format 2 & default formatAndreas Rammhold2019-03-02
| | |
* | | nixos/nginx: Support additional listen parameters (#56835)Janne Heß2019-03-06
| | |
* | | nixos/test/docker-tools: fix Nix image digestAntoine Eiche2019-03-06
| | |
* | | Merge pull request #56567 from Izorkin/datadog-agentWael Nasreddine2019-03-05
|\ \ \ | | | | | | | | datadog-agent: update go packages and sub-packages
| * | | datadog-trace-agent: trace-agent moved to datadog-agentIzorkin2019-03-01
| | | |
* | | | Merge pull request #56774 from worldofpeace/mate/cleanupSilvan Mosberger2019-03-05
|\ \ \ \ | | | | | | | | | | nixos/mate: cleanup
| * | | | nixos/mate: cleanupworldofpeace2019-03-04
| | | | |
| * | | | nixos/mate: use gsd moduleworldofpeace2019-03-03
| | | | |
* | | | | Merge pull request #55142 from FlorianFranzen/thinkfan_smartDomen Kožar2019-03-05
|\ \ \ \ \ | | | | | | | | | | | | thinkfan: add option for libatasmart support
| * | | | | thinkfan: add option for libatasmart supportFlorian Franzen2019-02-03
| | | | | |
* | | | | | nixos: doc: increase maxdepth for xsltprocJan Malakhovski2019-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/NixOS/nixpkgs/issues/37903#issuecomment-376618117 for details. With the previous patch and some custom modules included in `configuration.nix` the above bug is very easy to trigger. This is a simplest workaround I have. A proper solution would look like https://github.com/NixOS/nixpkgs/issues/37903#issuecomment-376980838.
* | | | | | nixos: doc: optionally include all modules in manual generationArian van Putten2019-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change `man 5 configuration.nix` would only show options of modules in the `baseModules` set, which consists only of the list of modules in `nixos/modules/module-list.nix` With this change applied and `documentation.nixos.includeAllModules` option enabled all modules included in `configuration.nix` file will be used instead. This makes configurations with custom modules self-documenting. It also means that importing non-`baseModules` modules like `gce.nix` or `azure.nix` will make their documentation available in `man 5 configuration.nix`. `documentation.nixos.includeAllModules` is currently set to `false` by default as enabling it usually uncovers bugs and prevents evaluation. It should be set to `true` in a release or two. This was originally implemented in #47177, edited for more configurability, documented and rebased onto master by @oxij.
* | | | | | nixos/doc: Small updates about wireless configuration. (#55918)matix22672019-03-05
| | | | | | | | | | | | | | | | | | | | | | | | * Reference networking section from installation * Add info about pskRaw option in networking.wireless.networks
* | | | | | Merge pull request #56550 from Infinisil/doc/xrandr/monitorConfigSilvan Mosberger2019-03-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/xserver: Point to man page for options available in monitorConfig
| * | | | | | nixos/xserver: Point to man page for options available in monitorConfigSilvan Mosberger2019-03-01
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #56243 from aanderse/redmineSilvan Mosberger2019-03-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/redmine: fix permissions & cleanup
| * | | | | | nixos/redmine: fix permissions & cleanupAaron Andersen2019-03-02
| | | | | | |
* | | | | | | Merge pull request #56571 from peterhoeg/u/mqttPeter Hoeg2019-03-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mosquitto: 1.5.5 -> 1.5.8
| * | | | | | | mosquitto (nixos): notify systemd when startedPeter Hoeg2019-03-01
| | | | | | | |
* | | | | | | | Merge pull request #53463 from OlivierMarty/masterSilvan Mosberger2019-03-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/duplicity: init
| * | | | | | | | nixos/duplicity: initOlivier Marty2019-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a simple module that wrap duplicity in a systemd service.
* | | | | | | | | Merge pull request #56233 from jtojnar/nginx-tlsv13Andreas Rammhold2019-03-03
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | nixos/nginx: Enable TLS 1.3 support
| * | | | | | | | nixos/nginx: Enable TLS 1.3 supportJan Tojnar2019-02-25
| | | | | | | | |
* | | | | | | | | Merge pull request #55383 from dotlambda/home-assistant-0.87Robert Schütz2019-03-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | home-assistant: 0.86.4 -> 0.87.1
| * | | | | | | | | nixos/home-assistant: use `preferLocalBuild = true` for configurationRobert Schütz2019-03-02
| | | | | | | | | |
| * | | | | | | | | nixos/home-assistant: account for "The Great Migration"Robert Schütz2019-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://developers.home-assistant.io/blog/2019/02/19/the-great-migration.html and https://github.com/NixOS/nixpkgs/issues/55958#issuecomment-466793526.
* | | | | | | | | | Merge pull request #56115 from matthewbauer/nixos-rebuild-upgrade-nixMatthew Bauer2019-03-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos-rebuild: try to get Nix fallback from new channel first
| * | | | | | | | | | nixos-rebuild: get Nix from channelMatthew Bauer2019-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If our old Nix can’t evaluate the Nixpkgs channel, try the fallback from the new channel /first/. That way we can upgrade Nix to a newer version and support breaking changes to Nix (like seen in the upgrade o Nix 2.0). This change should be backported to older NixOS versions!
* | | | | | | | | | | graylog: 2.5.1 -> 3.0.0Tristan Helmich (omniIT)2019-03-02
| | | | | | | | | | |
* | | | | | | | | | | nixos/manual: fix buildPiotr Bogdan2019-03-02
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #56377 from LnL7/nixos-rebuild-editSarah Brofeldt2019-03-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos-rebuild: add changelog/docs for edit subcommand
| * | | | | | | | | | nixos-rebuild: add changelog/docs for edit subcommandDaiderd Jordan2019-02-25
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #56562 from worldofpeace/module/gsdworldofpeace2019-03-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/gnome-settings-daemon: init
| * | | | | | | | | | | nixos/pantheon: use gnome-settings-daemon moduleworldofpeace2019-03-01
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/gnome-settings-daemon: initworldofpeace2019-03-01
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #56496 from bachp/nextcloud-nginx-recommendedFranz Pletz2019-03-02
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/nextcloud: Update recommended nginx settings
| * | | | | | | | | | | nixos/nextcloud: don't make phpPackages configurablePascal Bach2019-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It needs to match the version in phpfm which is hard coded. So there is no point in being able to change it.
| * | | | | | | | | | | nixos/nextcloud: move phpPackage and phpOptions into poolPascal Bach2019-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to have a php configuration for nextcloud that is independent of the global configuration.
| * | | | | | | | | | | nixos/nextcloud: use PHP 7.3 instead of 7.1 by defaultPascal Bach2019-03-02
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/nextcloud: update recommended nginx settingsPascal Bach2019-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the configuration to the recommendations in https://docs.nextcloud.com/server/15/admin_manual/installation/nginx.html
* | | | | | | | | | | | rmilter: fix inetSocketJulien Moutinho2019-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IPv6 address has to be between [] and the port after.
* | | | | | | | | | | | Merge pull request #56489 from Ma27/add-nextcloud-overwriteprotocol-optionFranz Pletz2019-03-02
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/nextcloud: add overwriteProtocol option
| * | | | | | | | | | | | nixos/nextcloud: add overwriteProtocol optionMaximilian Bosch2019-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The overwriteprotocol option can be used to force Nextcloud to generate URLs with the given protocol. This is useful for instances behind reverse proxies that serve Nextcloud with HTTPS. In this case Nextcloud can't determine the proper protocol and it needs to be configured manually.
* | | | | | | | | | | | | Merge pull request #56553 from worldofpeace/plasma/xdg-user-dirsworldofpeace2019-03-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | nixos/plasma5: add xdg-user-dirs to create user directories
| * | | | | | | | | | | | nixos/plasma5: add xdg-user-dirs to create user directoriesworldofpeace2019-02-28
| | |/ / / / / / / / / / | |/| | | | | | | | | |