about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* redshift: allow using geoclue2 loation providerMichael Peyton Jones2017-10-21
|
* geoclue2: fix typoMichael Peyton Jones2017-10-21
|
* nixos/tests/gitolite: Don't build during evaluationTuomas Tynkkynen2017-10-21
| | | | | | | | | | | | Noticed in https://hydra.nixos.org/jobset/nixos/release-17.09#tabs-errors: ```` hydra-eval-jobs returned exit code 1: building path(s) '/nix/store/wxcbjli7m98yymnxrxkf6pigr7a05zad-id_ed25519.pub' building '/nix/store/gyig2d7cry98647h0grfilq26cpc1wy8-id_ed25519.pub.drv'... ```` Issue #29774
* nixos/tests: Fix typo (grafama -> grafana)Tuomas Tynkkynen2017-10-21
|
* nixos/munin: move munin-cron to systemd.tmpfilesFlorian Jacob2017-10-21
| | | | to match with munin-node.
* nixos/munin: Create MUNIN_PLUGSTATE dir to fix munin_stats pluginFlorian Jacob2017-10-21
|
* buildkite-agent: 2.1.13 -> 2.6.6zimbatm2017-10-21
| | | | | | Build the package from source Re-organise the module a bit to allow custom version of the package
* nixos-generate-config: lessen priority for cpuFreqGovernor (#30221)Danylo Hlynskyi2017-10-20
| | | | | | | | | | In particular, it conflicts with `services.tlp.enable` option. There exists workaround: ``` powerManagement.cpuFreqGovernor = lib.mkForce null; services.tlp.enable = true; ``` But should it?
* nixos/ecryptfs: initedef2017-10-20
| | | | | | Currently, ecryptfs support is coupled to `security.pam.enableEcryptfs`, but one might want to use ecryptfs without enabling the PAM functionality. This commit splits it out into a `boot.supportedFilesystems` switch.
* nixos/pam: add swaylock (#29919)gnidorah2017-10-20
|
* Merge pull request #30173 from dmjio/patch-1Joachim F2017-10-20
|\ | | | | oauth2_proxy: default address updated
| * oauth2_proxy: default address updatedDavid Johnson2017-10-06
| | | | | | | | Go will fail to parse this otherwise. https://github.com/golang/go/issues/19297
* | Merge pull request #30486 from rnhmjoj/comptonJoachim F2017-10-20
|\ \ | | | | | | nixos/compton: default to xrender backend
| * | nixos/compton: use xrender by defaultrnhmjoj2017-10-17
| | |
| * | nixos/compton: improve options type-checkingrnhmjoj2017-10-17
| | |
* | | Merge pull request #30610 from ttuegel/plasma-waylandThomas Tuegel2017-10-20
|\ \ \ | | | | | | | | Plasma: Experimental Wayland support
| * | | plasma-workspace: enable Wayland session supportThomas Tuegel2017-10-20
| | | |
* | | | Merge pull request #30528 from disassembler/giteaJoachim F2017-10-20
|\ \ \ \ | | | | | | | | | | gitea: init at 1.2.1
| * | | | gitea: add nixos service moduleSamuel Leathers2017-10-18
| | | | |
* | | | | Merge pull request #30563 from michaelpj/imp/tzupdateJoachim F2017-10-20
|\ \ \ \ \ | | | | | | | | | | | | tzupdate: init at 1.2.0 (+ service)
| * | | | | tzupdate service: initMichael Peyton Jones2017-10-19
| |/ / / /
* | | | | nixos/jenkins: add an option for the packageJames Earl Douglas2017-10-20
| | | | | | | | | | | | | | | | | | | | This allows NixOS configuration to specify the desired Jenkins package.
* | | | | Merge pull request #30493 from disassembler/swayJörg Thalheim2017-10-19
|\ \ \ \ \ | |_|/ / / |/| | | | sway: 0.13.0 -> 0.14.0
| * | | | nixos/sway: add moduleJoerg Thalheim2017-10-19
| | | | |
* | | | | nixos/sddm: delete QML cacheThomas Tuegel2017-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to Qt 5.9.2, there is a QML cache invalidation bug which causes SDDM to segfault when upgrading Plasma. See also: https://bugreports.qt.io/browse/QTBUG-62302
* | | | | Merge pull request #30166 from LumiGuide/graphite-1.0.2Peter Simons2017-10-18
|\ \ \ \ \ | |_|/ / / |/| | | | Fix graphite crash by upgrading from 0.9.15 -> 1.0.2
| * | | | graphite: 0.9.15 -> 1.0.2Bas van Dijk2017-10-08
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #29961 Also added the option: services.graphite.web.extraConfig for configuring graphite_web.
* | | | Merge pull request #30467 from adisbladis/display-managers-session/sessionvarsJörg Thalheim2017-10-17
|\ \ \ \ | | | | | | | | | | display-managers: Import DBUS session bus address & Xauthority
| * | | | display-managers: Import DBUS session bus address & Xauthority in systemd ↵adisbladis2017-10-17
| | | | | | | | | | | | | | | | | | | | user session
* | | | | nixos/resolved: clean up option descriptionsRobert Helgesson2017-10-17
| | | | | | | | | | | | | | | | | | | | Also change LLMNR RFC to the correct id 4795.
* | | | | Merge pull request #30397 from grahamc/nix-helpGraham Christensen2017-10-16
|\ \ \ \ \ | |_|_|_|/ |/| | | | nix-info: init
| * | | | nix-info: include in nixos' default system-path, nixpkgs's channelGraham Christensen2017-10-14
| | | | |
* | | | | nixos/tests: enable prometheus testBjørn Forsman2017-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | As far as I can tell, we've had this test since 2015, but it was never enabled.
* | | | | nixos/tests: unbreak prometheus testBjørn Forsman2017-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | Commit 271d3f7a432f ("prometheus service: globalConfig.labels is obsolete") removed globalConfig.labels. Update the test config accordingly.
* | | | | Merge pull request #30477 from Lassulus/encrypted-devicesJörg Thalheim2017-10-16
|\ \ \ \ \ | | | | | | | | | | | | Encrypted devices: don't override crytpoModules, fix example
| * | | | | encrypted devices: provide working examplelassulus2017-10-16
| | | | | |
| * | | | | encrypted devices: don't override default cryptoModuleslassulus2017-10-16
| | | | | |
* | | | | | nixos/tests: add gitolite testBjørn Forsman2017-10-16
| | | | | |
* | | | | | nixos/atd: remove "batch" from setuid wrappersBjørn Forsman2017-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "batch" is a shell script so invoking it via setuid wrapper never worked anyway. (The kernel drops perms on executables with shebang.) A previous nixpkgs commit made "batch" invoke the NixOS setuid "at" wrapper to gain needed privileges. Thanks to @yesbox for noticing.
* | | | | | nixos/tests: add basic test for services.atdBjørn Forsman2017-10-16
|/ / / / /
* | | | | nsswitch: use [NOTFOUND=return] for mdnsJason A. Donenfeld2017-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 987aac7 and issue #18183 were intended to fix support for other things, but in the process, changed mdns_minimal to use the wrong return setting, resulting in permanent failures in early boot, affecting things like issue #30459. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | | gitlab: link tmp/ directory to writable pathMarkus Mueller2017-10-16
| | | | |
* | | | | nixos/gitlab: fix uploades directory permissionsMarkus Mueller2017-10-16
| |/ / / |/| | |
* | | | doc/installing-usb.xml: fix dead kernel parameter link docs.rardiol2017-10-15
| | | |
* | | | nixos: limited support archs are not release-criticalFranz Pletz2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | Lately failing i686 tests like firefox have been blocking channel releases. We're still building the tests for systems with limited support but won't delay a channel release if they fail.
* | | | Merge pull request #30258 from srhb/tz-nospaceGraham Christensen2017-10-14
|\ \ \ \ | | | | | | | | | | nixos/config/timezone: Disallow spaces
| * | | | nixos/config/timezone: Disallow spacesSarah Brofeldt2017-10-09
| | |/ / | |/| |
* | | | nixos: run parted with --script optionBjørn Forsman2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -s, --script: never prompts for user intervention Sometimes the NixOS installer tests fail when they invoke parted, e.g. https://hydra.nixos.org/build/62513826/nixlog/1. But instead of exiting right there, the tests hang until the Nix builder times out (and kills the build). With this change the tests would instead fail immediately, which is preferred. While at it, use "parted --script" treewide, so nobody gets build timeout due to parted error (or misuse). (Only nixos/ use it, and only non-interactive.) A few instances already use the short option "-s", convert them to long option "--short".
* | | | Merge pull request #30321 from RemiDesgrange/add-postgis-2.4.0Lancelot SIX2017-10-14
|\ \ \ \ | | | | | | | | | | Add postgis 2.4.0
| * | | | postgis: add v2.4.0Rémi Desgrange2017-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add postgis 2.4.0 doesn't remove v2.3.1. There are some big change in 2.4 that people may don't want. see https://postgis.net/docs/release_notes.html#idm41021 fix test call modify following recommandation of lsix