summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/manual: add environment.systemPackages option in an exampleSuwon Park2020-02-29
| | | The environment.systemPackages option lacks in the example which is used in the next paragraph to explain merging of the options defined by multiple modules.
* nixos/codimd: update useCDN default to falseWilliButz2020-02-28
|
* Merge pull request #80048 from tfc/port-docker-tools-testworldofpeace2020-02-28
|\ | | | | nixosTests.docker-tools: Port to Python
| * nixosTests.docker-tools: Port to PythonJacek Galowicz2020-02-27
| |
* | Merge pull request #81087 from lovesegfault/tlp-1.3.1worldofpeace2020-02-27
|\ \ | | | | | | tlp: 1.2.2 -> 1.3.1
| * | nixos/tlp: revampBernardo Meurer2020-02-27
| | |
* | | nixos/plasma5: Fix activation script when XDG_CONFIG_HOME is unsetThomas Tuegel2020-02-27
| | | | | | | | | | | | Fixes #80713
* | | Merge pull request #80329 from mmilata/hunspell-pathstolinkDaniel Schaefer2020-02-27
|\ \ \ | | | | | | | | nixos: add /share/hunspell to environment.pathsToLink
| * | | nixos: add /share/hunspell to environment.pathsToLinkMartin Milata2020-02-17
| | | | | | | | | | | | | | | | | | | | So that applications can find hunspell dictionaries installed through environment.systemPackages.
* | | | Merge pull request #80849 from BBBSnowball/pull-load-imagick-onceAaron Andersen2020-02-26
|\ \ \ \ | | | | | | | | | | nixos/nextcloud: avoid loading imagick extension more than once
| * | | | nixos/nextcloud: avoid loading imagick extension more than onceBenjamin Koch2020-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | This avoids the following error message: Module 'imagick' already loaded at Unknown#0
* | | | | Merge pull request #80981 from bachp/nextcloud-x-frame-warningFranz Pletz2020-02-26
|\ \ \ \ \ | | | | | | | | | | | | nixos/nextcloud: prevent warning about missing X-Frame-Option
| * | | | | nixos/nextcloud: prevent warning about missing X-Frame-OptionPascal Bach2020-02-24
| | | | | |
* | | | | | nixos/kresd: never force `extraFeatures = false`Vladimír Čunát2020-02-26
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #81109. Regressed in PR #78392 (26858063).
* | | | | | Merge pull request #80861 from emilazy/acme-fullchainSilvan Mosberger2020-02-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/acme: move the crt to fullchain.pem
| * | | | | | nixos/acme: move the crt to fullchain.pemEmily2020-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lego already bundles the chain with the certificate,[1] so the current code, designed for simp_le, was resulting in duplicate certificate chains, manifesting as "Chain issues: Incorrect order, Extra certs" on the Qualys SSL Server Test. cert.pem stays around as a symlink for backwards compatibility. [1] https://github.com/go-acme/lego/blob/5cdc0002e9abb2463fffc962dadc3479f72d7486/acme/api/certificate.go#L40-L44
* | | | | | | Merge pull request #80666 from netixx/grafana-phantomhs2-optionalMaximilian Bosch2020-02-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | grafana: made phantomjs2 optional
| * | | | | | | grafana: made phantomjs2 optionalNetix (Espinet François)2020-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On servers especially, phantomjs2 pulls graphical dependencies which is unecessary. This pathes enable the package to be linked/installed without phantomjs2. Phantomjs2 is disabled by default since it has been deprecated in grafana https://grafana.com/docs/grafana/latest/guides/whats-new-in-v6-4/
* | | | | | | | nixos/manual: fix dates for support-plan of 20.09Maximilian Bosch2020-02-25
|/ / / / / / /
* | | | | / / nixos/networkd: disable vrf sub-test which tests the behavior of tcp-packetsMaximilian Bosch2020-02-25
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The subtest was mainly written to demonstrate the VRF-issues with a 5.x-kernel. However this breaks the entire test now as we have 5.4 as default kernel. Disabling the test for now, I still need to find some time to investigate.
* | | | | | nixos/parsoid: enable systemd sandboxingMartin Milata2020-02-25
| | | | | |
* | | | | | nixos/parsoid: fix package nameMartin Milata2020-02-25
| |/ / / / |/| | | | | | | | | | | | | | Original package was removed in 2b8cde0ce25b4f35fce23c9ad388b3726d285d0b.
* | | | | Merge pull request #80831 from Mic92/netdataJörg Thalheim2020-02-24
|\ \ \ \ \ | | | | | | | | | | | | netdata: 1.19.0 -> 1.20.0
| * | | | | stubby: configure cache directoryJörg Thalheim2020-02-24
| | |/ / / | |/| | | | | | | | | | | | | This is needed for local dnssec validation
* | | | | nix-fallback-paths.nix: Fix x86_64-linux pathEelco Dolstra2020-02-24
| | | | | | | | | | | | | | | | | | | | https://github.com/NixOS/nix/issues/3370
* | | | | nixos/transmission: Allow others to read the directorySilvan Mosberger2020-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Directory mode 755 is standard for running services. Without this, downloadDirPermissions doesn't have any use since other users can't even look inside the main transmission directory
* | | | | nixos/gdm: Fix pulseaudio tmpfiles structure (#80274)tobim2020-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nixos/gdm: Fix pulseaudio tmpfiles structure Fix the following startup failure of the sound service in the gdm session that was introduced by #75893: ``` Feb 16 11:44:15 qp pulseaudio[1432]: W: [pulseaudio] core-util.c: Failed to open configuration file '/run/gdm/.config/pulse//daemon.conf': Not a directory Feb 16 11:44:15 qp pulseaudio[1432]: W: [pulseaudio] daemon-conf.c: Failed to open configuration file: Not a directory Feb 16 11:44:15 qp systemd[1380]: pulseaudio.service: Main process exited, code=exited, status=1/FAILURE Feb 16 11:44:15 qp systemd[1380]: pulseaudio.service: Failed with result 'exit-code'. Feb 16 11:44:15 qp systemd[1380]: Failed to start Sound Service. ``` Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
* | | | | Merge pull request #78935 from worldofpeace/update-gnome3-iso-expressionworldofpeace2020-02-23
|\ \ \ \ \ | | | | | | | | | | | | installation-cd-graphical-gnome: updates
| * | | | | installation-cd-graphical-gnome: updatesworldofpeace2020-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note we're not using wayland default in the graphical media because it could cause headaches for Nvidia users. But the session is still available if someone logs out.
* | | | | | Revert "Theming options for Gtk and Qt"worldofpeace2020-02-22
| |/ / / / |/| | | |
* | | | | Merge pull request #79736 from Ma27/minor-imperative-container-fixesDanylo Hlynskyi2020-02-22
|\ \ \ \ \ | | | | | | | | | | | | nixos-container: minor fixes
| * | | | | nixos/nixos-container: ensure that the state-dir is cleaned up if a build failsMaximilian Bosch2020-02-11
| | | | | |
* | | | | | Merge pull request #80617 from ikervagyok/slurmmarkuskowa2020-02-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Slurm: improve RDMA capability
| * | | | | | SLURM/NixOS: increase ulimit for IB/RDMALengyel Balázs2020-02-21
| | | | | | |
* | | | | | | Merge pull request #80736 from mmahut/vboximgYegor Timoshenko2020-02-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/virtualbox-image: add params
| * | | | | | | nixos/virtualbox-image: add paramsMarek Mahut2020-02-21
| | | | | | | |
* | | | | | | | nixos release process: use rev-list --count like Hydra does.Graham Christensen2020-02-22
| |_|_|_|/ / / |/| | | | | |
* | | | | | | release-combined.tested: readd boot.biosUsb testVladimír Čunát2020-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been commented-out for some time and now removed in commit 2de3caf, but it seems reliable in past months: https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.boot.biosUsb.x86_64-linux/all so I can't see why not re-add it. Close #15690.
* | | | | | | release-combined: readd firefox-esr testVladimír Čunát2020-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was added in PR #79786 (7a625e7) and then removed in commit 2de3caf (apparently unintentionally as a rebase conflict). _I think the ordering used by Eelco would sort the line this way._
* | | | | | | Merge pull request #80758 from ikervagyok/wgMichele Guerini Rocco2020-02-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/wireguard: fix wireguard service as well after it got upstreamed
| * | | | | | | fix wireguard service as well after it got upstreamed.Lengyel Balazs2020-02-22
| | | | | | | |
* | | | | | | | Merge #80387: release-combined: readd keymap testsVladimír Čunát2020-02-22
|\ \ \ \ \ \ \ \
| * | | | | | | | release-combined: readd keymap tests (again)worldofpeace2020-02-17
| | | | | | | | |
* | | | | | | | | Merge pull request #71079 from gnidorah/themingMichele Guerini Rocco2020-02-21
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Theming options for Gtk and Qt
| * | | | | | | | nixos/doc: mention qt and gtk modulesgnidorah2020-02-21
| | | | | | | | |
| * | | | | | | | nixos/qt: support theming qt4gnidorah2020-02-21
| | | | | | | | |
| * | | | | | | | nixos/qt5: rename to qtgnidorah2020-02-21
| | | | | | | | |
| * | | | | | | | nixos/qt5: extend qt5 theming supportgnidorah2020-02-21
| | | | | | | | |
| * | | | | | | | nixos/qt5: refactor to support more platform themesgnidorah2020-02-21
| | | | | | | | |
| * | | | | | | | nixos/gtk: initgnidorah2020-02-21
| | | | | | | | |