summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/sddm: test automatic and manual loginThomas Tuegel2017-03-24
|
* nixos/plasma5: re-enable testThomas Tuegel2017-03-24
| | | | | | Fixes #24240. I do not know the cause of the test failures, but the tests pass now.
* nixos/plasma5: also test SDDM themeThomas Tuegel2017-03-24
|
* dnscrypt-proxy service: systemd notification under apparmorJoachim Fasting2017-03-24
|
* Revert "gdm module: only make xserver args overrideable"Robin Gloster2017-03-24
| | | | | | This reverts commit a5aa9269027d638b80fe1f23bcf8887ca80d034b. This allows gdm to run again, the test is still failing.
* google-compute-image: copy store paths with rsyncc74d2017-03-24
| | | | | | | | | | | | | | | In `nixos/modules/virtualisation/google-compute-image.nix`, copy store paths with `rsync -a` rather than `cp -prd`, because `rsync` seems better able to handle the hard-links that may be present in the store, whereas `cp` may fail to copy them. I have tested that the Google Compute Engine image builds successfully for me with this patch, whereas it did not without this patch. This is the same fix applied for Azure images in commit 097ef6e435d5b3fcde92e67abbaaaaaf05c0723d. Fixes #23973.
* nixos: xen: condition default packages on `enable`Jan Malakhovski2017-03-24
| | | | Closes #23690.
* nixos/sddm: improve testThomas Tuegel2017-03-23
| | | | Disable SDDM auto-login to improve testing for SDDM themes. See #24246.
* Merge pull request #24026 from benley/use-xkbDirRobin Gloster2017-03-23
|\ | | | | nixos: Use xkbDir consistently so it has an effect
| * nixos: Use xkbDir consistently so it has an effectBenjamin Staffin2017-03-18
| |
* | release-combined: disable plasma tests temporarilyVladimír Čunát2017-03-23
| | | | | | | | ... to get a channel bump after a long time; see #24240.
* | security-wrapper: link old wrapper dir to new oneRobin Gloster2017-03-23
| | | | | | | | | | | | This makes setuid wrappers not fail after upgrading. references #23641, #22914, #19862, #16654
* | Revert "security-wrapper: Don't remove the old paths yet as that can create ↵Robin Gloster2017-03-23
| | | | | | | | | | | | | | | | migration pain" This reverts commit 4c751ced376e0042ddd4f2aa8bd40754b9ea8926. This does not fix the issue as /run is now mounted with nosuid.
* | grub module: fix useOSProber when installing grub as EFISymphorien Gibol2017-03-23
| |
* | Merge pull request #24182 from ndowens/muninJörg Thalheim2017-03-22
|\ \ | | | | | | munin: 2.0.30 -> 2.0.33; for CVE-2017-6188
| * | munin: fix tests by replacing cron with systemd timerJörg Thalheim2017-03-22
| | |
* | | lightdm-greeters service: add extraConfig option (#24135)Piotr Bogdan2017-03-22
| | |
* | | nixos/sddm: replace `themes` option with `package` optionThomas Tuegel2017-03-22
| | |
* | | nixos/plasma5: do not include extra-cmake-modules in sddmThomas Tuegel2017-03-22
| | | | | | | | | | | | Fixes #24126.
* | | nixos/tor: add missing option typeJoachim Fasting2017-03-22
|/ /
* | Allow attaching to non-child processes by defaultEelco Dolstra2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The inability to run strace or gdb is the kind of developer-unfriendliness that we're used to from OS X, let's not do it on NixOS. This restriction can be re-enabled by setting boot.kernel.sysctl."kernel.yama.ptrace_scope" = 1; It might be nice to have a NixOS module for enabling hardened defaults. Xref #14392. Thanks @abbradar.
* | nix-daemon.nix: Make the 1.12 check less strictEelco Dolstra2017-03-21
| |
* | udev module: filter duplicate udev pathsNikolay Amiantov2017-03-21
| | | | | | | | Fixes #24174
* | octoprint: 1.3.1 -> 1.3.2Nikolay Amiantov2017-03-21
| | | | | | | | Fix startup wizard and cleanup dependencies.
* | Expand on creating USB bootable for OS XCarlos D2017-03-21
| |
* | Merge pull request #23672 from edanaher/nginx-aliasDomen Kožar2017-03-21
|\ \ | | | | | | Nginx alias directive
| * | nginx: disallow alias directive on server level; it doesn't work.Evan Danaher2017-03-09
| | |
| * | nginx: Assert that either root or alias is null.Evan Danaher2017-03-09
| | | | | | | | | | | | | | | If both are set, nginx won't start. More error checking is certainly in order, but this seems like a reasonable start.
| * | nginx: Add alias configuration option for hosts and locations.Evan Danaher2017-03-09
| | | | | | | | | | | | It's like root, but doesn't keep the prefix.
* | | nix: 1.11.7 -> 1.11.8Eelco Dolstra2017-03-21
| | |
* | | Merge pull request #23641 from awakenetworks/parnell/fix-wrapper-migrationRobin Gloster2017-03-21
|\ \ \ | | | | | | | | security-wrapper: Don't remove the old paths yet as that can create migration pain
| * | | security-wrapper: Don't remove the old paths yet as that can create ↵Parnell Springmeyer2017-03-08
| | | | | | | | | | | | | | | | migration pain
* | | | Merge pull request #23838 from mayflower/remove-md5Robin Gloster2017-03-21
|\ \ \ \ | | | | | | | | | | fetch-*: remove md5 support
| * | | | fetch-*: add md5 support removal to rl-notesRobin Gloster2017-03-20
| | | | |
* | | | | gitlab module: explicitely create pages shared pathFranz Pletz2017-03-21
| | | | | | | | | | | | | | | | | | | | Fixes creation of backups.
* | | | | Python changelogFrederik Rietdijk2017-03-21
| | | | |
* | | | | nixos/treewide: systemd.time is in manvolume 7Franz Pletz2017-03-21
| | | | | | | | | | | | | | | | | | | | cc #23396
* | | | | nix-daemon: fix autoOptimiseStore optionRobin Gloster2017-03-21
| | | | |
* | | | | rl-notes 17.03: info on python module locationRobin Gloster2017-03-20
|/ / / / | | | | | | | | | | | | closes #11567
* | | | Merge pull request #21866 from pjones/pjones/rmilterFranz Pletz2017-03-20
|\ \ \ \ | | | | | | | | | | rmilter: Fix a couple of bugs
| * | | | rmilter/rspamd service: tighten unix socket permissionsFranz Pletz2017-03-17
| | | | |
| * | | | rmilter service: support only one socketFranz Pletz2017-03-17
| | | | |
| * | | | rmilter service: Fix a couple of bugsPeter Jones2017-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The module uses `stringSplit` but it should be `splitString` * `rmilter` doesn't actually support binding to multiple sockets. Therefore, bind to the last one specified if `socketActivation` is `false`. I also believe there is a bug in this module related to systemd `ListenStream`. If `socketActivation` is true, Postfix gets connection timeouts trying to connect to one of the `ListenStream` inet addresses. I don't know enough about `ListenStream` passing connections on to `fd:3` to understand what's going on. These changes are in production (with `socketActivation = false`) via NixOps.
* | | | | nginx: explicitly use stable versionFranz Pletz2017-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updates the documention of the NixOS option `services.nginx.package` that upstream recommends using the mainline version instead. Fixes #21665.
* | | | | Merge pull request #24134 from pstn/nix-auto-optimiseEelco Dolstra2017-03-20
|\ \ \ \ \ | | | | | | | | | | | | Added option and description for nix store auto-optimisation.
| * | | | | Added option and description for nix store auto-optimisation.Philipp Steinpass2017-03-20
| | | | | |
* | | | | | nixos: enable nginx testFranz Pletz2017-03-20
| | | | | | | | | | | | | | | | | | | | | | | | cc #23279
* | | | | | Merge pull request #23279 from mbbx6spp/make-nginx-module-less-grossFranz Pletz2017-03-20
|\ \ \ \ \ \ | |/ / / / / |/| | | | | nginx service: add commonHttpConfig option
| * | | | | nginx service: add commonHttpConfig optionSusan Potter2017-02-28
| | | | | |
* | | | | | Merge pull request #24125 from ttuegel/disable-kimpanelThomas Tuegel2017-03-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/plasma5: do not set kimpanel as default IBus panel