summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* 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
* | | Revert "ssh: deprecate use of old DSA keys"Peter Hoeg2017-10-14
| | | | | | | | | | | | This reverts commit 65b73d71cbe5df15ce62024123eedea284d825db.
* | | Revert "dnsmasq nixos: make sure it always runs"Peter Hoeg2017-10-14
| | | | | | | | | | | | This reverts commit 1917e69b546bc357652a3fd888c064e2a1c9fed8.
* | | Revert "smartd: set drive timeout"Peter Hoeg2017-10-14
| | | | | | | | | | | | This reverts commit 41306ca50580d66591058211676c463fcb30a2fd.
* | | Revert "hyperv-daemons: add nixos module"Peter Hoeg2017-10-14
| | | | | | | | | | | | This reverts commit 0944d44f1b040856e420aad815a0d1b62194a2cb.
* | | Revert "networking: add option to toggle the wait-online service"Peter Hoeg2017-10-14
| | | | | | | | | | | | This reverts commit 8758f476b36e1d98ad2c854889c642ad6d86c505.
* | | Revert "networkd: only wait for network to be online if configured to do so"Peter Hoeg2017-10-14
| | | | | | | | | | | | This reverts commit 8f21e089a8de9eaa2512af25191d17077eca223a.
* | | Revert "display-manager: systemd-udev-settle serves no purpose"Peter Hoeg2017-10-14
| | | | | | | | | | | | This reverts commit 35711638587a5079b1fcb6354a71d9b8203cd6e1.
* | | Revert "sshguard: make it run"Peter Hoeg2017-10-14
| | | | | | | | | | | | This reverts commit 69d8b81b4ba613dbf59850b8f32e2d7ddeb133be.
* | | Revert "sensu: nixos module"Peter Hoeg2017-10-14
| | | | | | | | | | | | This reverts commit 707c3ac43589c1b13c16aa834f67b8fb49b8557d.
* | | Revert "nixos: kodi user"Peter Hoeg2017-10-14
| | | | | | | | | | | | This reverts commit 1faa5b6b360ae4d6aac3718dc7b9b3a81be6073e.
* | | Revert "firewalld: init at 0.4.4.4"Peter Hoeg2017-10-14
| | | | | | | | | | | | This reverts commit 178a96f99be69a173669254295d5a06732e7a906.
* | | Revert "networkmanager: dns and extraConfig"Peter Hoeg2017-10-14
| | | | | | | | | | | | This reverts commit 0dd25e585fd89d352f834a25a7c9e1f478d66c5c.
* | | Revert "include firmware with enableAllFirmware"Peter Hoeg2017-10-14
| | | | | | | | | | | | This reverts commit bd5fd61967221ed6ba2674ee009126467a596b84.
* | | Revert "sddm: silence error about missing wayland directory"Peter Hoeg2017-10-14
| | | | | | | | | | | | This reverts commit 46a92333e9a898ecbf1a66d0b3438957a8c42b5b.
* | | sddm: silence error about missing wayland directoryPeter Hoeg2017-10-14
| | |
* | | include firmware with enableAllFirmwarePeter Hoeg2017-10-14
| | |
* | | networkmanager: dns and extraConfigPeter Hoeg2017-10-14
| | |
* | | firewalld: init at 0.4.4.4Peter Hoeg2017-10-14
| | | | | | | | | | | | Includes systemd module.
* | | nixos: kodi userPeter Hoeg2017-10-14
| | |
* | | sensu: nixos modulePeter Hoeg2017-10-14
| | |
* | | sshguard: make it runPeter Hoeg2017-10-14
| | |
* | | display-manager: systemd-udev-settle serves no purposePeter Hoeg2017-10-14
| | |
* | | networkd: only wait for network to be online if configured to do soPeter Hoeg2017-10-14
| | |
* | | networking: add option to toggle the wait-online servicePeter Hoeg2017-10-14
| | |
* | | hyperv-daemons: add nixos modulePeter Hoeg2017-10-14
| | |
* | | smartd: set drive timeoutPeter Hoeg2017-10-14
| | |
* | | dnsmasq nixos: make sure it always runsPeter Hoeg2017-10-14
| | | | | | | | | | | | | | | By default we only restart if the dnsmasq daemon fails but we introduce an option to always keep it running.
* | | ssh: deprecate use of old DSA keysPeter Hoeg2017-10-14
| | | | | | | | | | | | They are not safe and shouldn't be used.
* | | Merge pull request #30324 from florianjacob/firewall-clarify-loggingJörg Thalheim2017-10-13
|\ \ \ | | | | | | | | nixos/firewall: Rename misleading rejected to refused in logging
| * | | nixos/firewall: Rename misleading rejected to refused in loggingFlorian Jacob2017-10-11
| |/ / | | | | | | | | | | | | as that's used as general term for rejected or dropped packets in the rest of the config.
* | | Revert "Simple proof of concept for how to do other types of services"Dan Peebles2017-10-13
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7c3253e519a572f90a907fc56bb6407da004b24c. I included this in another push by accident and never intended for it to be in mainline. See https://github.com/NixOS/nixpkgs/pull/26075 if you want more.
* | | Merge pull request #30356 from bflyblue/plex-1.9.5Franz Pletz2017-10-13
|\ \ \ | | | | | | | | plex: 1.9.2 -> 1.9.5
| * | | Fix warning about unknown escape sequencesShaun Sharples2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemd warns about: Ignoring unknown escape sequences: "/nix/store/8f0l1w9g7iv2gz63xzsxfl66ri1cfbkl-plex-1.9.5.4339/usr/lib/plexmediaserver/Plex\ Media\ Server From a discussion on the forums it seems the 'sh -c' is not needed: https://forums.plex.tv/discussion/216757/ubuntu-16-04-executable-path-contains-special-characters-error-with-systemd
* | | | Merge pull request #30364 from Ma27/compton/opacity-rules-supportFranz Pletz2017-10-13
|\ \ \ \ | | | | | | | | | | services.compton: add `opacityRules` option
| * | | | services.compton: add `opacityRules` optionMaximilian Bosch2017-10-12
| |/ / /
* | | | connman: do not restart after suspendYegor Timoshenko2017-10-13
| | | |
* | | | djbdns: fix root server list at build timeMatt McHenry2017-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | as suggested by @peterhoeg in https://github.com/NixOS/nixpkgs/commit/1b7e5eaa79241080eac2a0b79883a17c9e5f4731#commitcomment-24560631 fixes #30379