about summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* redshift: allow using geoclue2 loation providerMichael Peyton Jones2017-10-21
|
* geoclue2: fix typoMichael Peyton Jones2017-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
| | | | |
* | | | | 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/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.
* | | | | 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
| |/ / / |/| | |
* | | | 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".
* | | | 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.