about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
* | | | | | | | Fix buildMachines example: use lists, not string (#20361)Michael Stapelberg2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the example before this commit resulted in the following error: ``` error: value is a string while a list was expected, at /nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs/nixos/modules/services/misc/nix-daemon.nix:349:37 ```
* | | | | | | | services/tahoe: SFTP support (#20372)Franz Pletz2016-11-15
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | services/tahoe: SFTP support.Corbin2016-11-13
| | |_|/ / / / | |/| | | | |
* | | | | | | clamav: don't bundle freshclam config with packageFranz Pletz2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building clamav is expensive due to the bundled llvm. Closes #20304.
* | | | | | | cjdns test: fix typoJoachim Fasting2016-11-15
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Noticed by @vcunat https://github.com/NixOS/nixpkgs/commit/daf3ba426b2558e73ef2742fab1a73c782ef62a6#commitcomment-19820962
* | | | | | Merge #19936: vulkan / amdgpu-pro updateVladimír Čunát2016-11-13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | vulkan-loader: allow validation layers to be enabledDavid McFarland2016-11-13
| | | | | | | | | | | | | | | | | | | | | | | | The loader now uses XDK_DATA_DIRS to find drivers and layers.
| * | | | | opengl: add driver paths to XDG_DATA_DIRSDavid McFarland2016-11-13
| | | | | |
* | | | | | Merge pull request #20351 from bachp/etcd-new-portGraham Christensen2016-11-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | etcd: make all service using etc go to 127.0.0.1:2379 by default
| * | | | | | etcd: make all service using etc go to 127.0.0.1:2379 by defaultPascal Bach2016-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old etcd port 4001 is no longer enabled by default in etcd 3. The new port is 2379 and is officially assigned by IANA. There were still some services left that expect etcd on port 4001 by default. This changes the default to 2379 everywhere. It should not cause problems for users as the etcd by nix does listen on the new port only by default anyway.
* | | | | | | Revert "cjdns: Disable tests"Joachim Fasting2016-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0ba3d429a758cec15545fc11c9d3fd1424c5c5f8.
* | | | | | | Revert "cjdns test: exercise host builder logic"Joachim Fasting2016-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit daf3ba426b2558e73ef2742fab1a73c782ef62a6. This is an alternative to 0ba3d429a758cec15545fc11c9d3fd1424c5c5f8, which disables the test outright. Briefly, exercising builders which rely on import-from-derivation can cause Hydra jobsets to time out.
* | | | | | | yandex-disk service: add exclude-dirs optionAlex Ivanov2016-11-12
| | | | | | |
* | | | | | | yandex-disk service: correct permissionsAlex Ivanov2016-11-12
|/ / / / / /
* | | | | | Merge pull request #20340 from romildo/fix.lxqtJoachim F2016-11-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | lxqt: it is capable of setting a background
| * | | | | | lxqt: it is capable of setting a backgroundromildo2016-11-11
| |/ / / / /
* / / / / / nsd service: fix typoGregor Kleen2016-11-11
|/ / / / / | | | | | | | | | | | | | | | Closes #20343.
* | | | | Merge pull request #20241 from matthewbauer/patch-1Joachim F2016-11-10
|\ \ \ \ \ | | | | | | | | | | | | virtualbox-demo: Add modesetting to drivers
| * | | | | virtualbox-demo: Add modesetting to driversMatthew Justin Bauer2016-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This needs to be included for VirtualBox to detect that it needs to start the video driver. "modesetting" is also set in virtualbox-image.nix but this line seems to take precedence over that one (even though the virtualbox-image.nix has a higher override?) This should fix the problems that I and a few others have been having with the .ova files built for nixos.org. Fixes #20007.
* | | | | | Merge branch 'chromium-update-with-gn'aszlig2016-11-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings in the new stable version 54 which also introduces a lot of security fixes: CVE-2016-5198: Out of bounds memory access in V8 CVE-2016-5181: Universal XSS in Blink CVE-2016-5182: Heap overflow in Blink CVE-2016-5183: Use after free in PDFium CVE-2016-5184: Use after free in PDFium CVE-2016-5185: Use after free in Blink CVE-2016-5187: URL spoofing CVE-2016-5188: UI spoofing CVE-2016-5192: Cross-origin bypass in Blink CVE-2016-5189: URL spoofing CVE-2016-5186: Out of bounds read in DevTools CVE-2016-5191: Universal XSS in Bookmarks CVE-2016-5190: Use after free in Internals CVE-2016-5193: Scheme bypass Detailed announcements about these changes can be found here (latest to oldest): https://googlechromereleases.blogspot.de/2016/11/stable-channel-update-for-desktop.html https://googlechromereleases.blogspot.de/2016/10/stable-channel-update-for-desktop_20.html https://googlechromereleases.blogspot.de/2016/10/stable-channel-update-for-desktop.html The update process of Chromium has been a bit bumpy on our side, because version 54 also did the switch from GYP to GN so it wasn't just a matter of updating the upstream-info file. I've tested the Flash plugin (which runs fine) and WideVine manually, although I couldn't get WideVine to work (I was running this within a VM though). So if people want to use WideVine they need to use Chrome instead until we got this sorted out. VM test results along with builds for all platforms can be found here: https://headcounter.org/hydra/eval/339328 I'm going to backport these changes to stable as soon as the tests/builds succeed there as well. Closes: #19565 Closes: #20120
| * | | | | | nixos/tests/chromium: Fix popup detectionaszlig2016-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes it happens that the "Type to search or enter a URL to navigate" popup doesn't show, but all we need to know at this time is whether Chromium has finished starting up. So checking for the "startup done" page is a better option here. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | | | | cjdns: Disable testsEelco Dolstra2016-11-08
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 8180922d236c53b5e09cfe1b63f6c12977bb2803, the cjdns module imports from a derivation, which is very bad. It causes all of stdenv to be built at evaluation time. Since we have a hard 3600 second limit on Hydra evaluations, this was causing NixOS jobsets to time out. @joachifm
* | | | | | errbot service: fix `import config` in pluginsRobin Gloster2016-11-08
| | | | | |
* | | | | | hound: make mercurial indexing workRob Vermaas2016-11-08
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 990716ce72f64be5da644e5eac73b5f145864e75)
* | | | | | nginx service: Add missing port toString conversion (#20252)Philipp Hausmann2016-11-08
| | | | | |
* | | | | | services: Add Interplanetary File System serviceMaximilian Güntner2016-11-07
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Maximilian Güntner <code@klandest.in>
* | | | | NixOS manual: Update link to list of AMIsAndres Nötzli2016-11-07
| | | | |
* | | | | Merge pull request #20063 from romildo/new.luminaJoachim F2016-11-06
|\ \ \ \ \ | | | | | | | | | | | | lumina: init at 1.1.0-p1
| * | | | | lumina: init at 1.1.0-p1romildo2016-11-01
| |/ / / /
* | | | | leaps: 0.5.1 + add a service + testJoachim Schiele2016-11-06
| | | | |
* | | | | nixos: i2pd, update config optionsEdward Tjörnhammar2016-11-06
| | | | |
* | | | | module system: extensible option typesEric Sagnes2016-11-06
| | | | |
* | | | | types: loeOf -> listOfEric Sagnes2016-11-05
| | | | |
* | | | | Merge pull request #17445 from joachifm/dnscrypt-proxy-update-listJoachim F2016-11-05
|\ \ \ \ \ | | | | | | | | | | | | dnscrypt-proxy service: auto-updated resolver list
| * | | | | dnscrypt-proxy test: simplificationJoachim Fasting2016-11-05
| | | | | |
| * | | | | dnscrypt-proxy service: auto-update upstream resolver listJoachim Fasting2016-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, we use the list of public DNSCrypt resolvers provided by dnscrypt-proxy upstream. The list is updated at regular intervals.
* | | | | | Merge pull request #20144 from ericsagnes/feat/module-enumsJoachim F2016-11-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | modules: use enum when relevant
| * | | | | | logcheck module: use enumEric Sagnes2016-11-05
| | | | | | |
| * | | | | | network-interfaces module: use enumEric Sagnes2016-11-04
| | | | | | |
| * | | | | | grub module: use enumEric Sagnes2016-11-04
| | | | | | |
| * | | | | | fcgiwrap module: use enumEric Sagnes2016-11-04
| | | | | | |
| * | | | | | tinc module: use enumEric Sagnes2016-11-04
| | | | | | |
| * | | | | | bitlbee module: use enumEric Sagnes2016-11-04
| | | | | | |
| * | | | | | ghost-one module: use enumEric Sagnes2016-11-04
| | | | | | |
* | | | | | | Merge #20001: docs: use overrideAttrs instead of overrideDerivationVladimír Čunát2016-11-05
|\ \ \ \ \ \ \
| * | | | | | | nixos manual: clarify "attributes of function"Vladimír Čunát2016-11-05
| | | | | | | |
| * | | | | | | docs: use overrideAttrs instead of overrideDerivationAneesh Agrawal2016-10-30
| | | | | | | |
* | | | | | | | nixos/cjdns: tightened permissions via systemd, added capsSophie Taylor2016-11-04
| | | | | | | |
* | | | | | | | Add a package option for quassel (#20159)uwap2016-11-04
| | | | | | | |
* | | | | | | | cjdns test: exercise host builder logicJoachim Fasting2016-11-04
| | | | | | | |