about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Revert "nixos: doc: implement related packages in the manual"Graham Christensen2017-12-23
|
* nixos/logkeys: fix evaluationSilvan Mosberger2017-12-23
|
* Merge pull request #32424 from oxij/nixos/related-packagesArseniy Seroka2017-12-23
|\ | | | | nixos: doc: implement related packages in the manual
| * nixos/xen-dom0: add related packages, make it play well with themJan Malakhovski2017-12-07
| |
| * nixos/tmux: use related packagesJan Malakhovski2017-12-07
| |
| * nixos, lib: implement relatedPackages optionJan Malakhovski2017-12-07
| | | | | | | | | | | | This allows one to specify "related packages" in NixOS that get rendered into the configuration.nix(5) man page. The interface philosophy is pretty much stolen from TeX bibliography.
| * nixos/doc: push all the `enable*' and `package*` options to the top of their ↵Jan Malakhovski2017-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | option group Why? Because this way configuration.nix(5) can be read linearly. Before: > virtualisation.xen.bootParams > ... > virtualisation.xen.enable > ... > virtualisation.xen.package > ... After: > virtualisation.xen.enable > virtualisation.xen.package > virtualisation.xen.bootParams > ...
* | luksRoot: add the missing ECB dependency to fix XTS support, resolves #30940Evgeny Egorochkin2017-12-22
| |
* | Make less known wayland compositors usable (#32285)gnidorah2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bemenu: init at 2017-02-14 * velox: 2015-11-03 -> 2017-07-04 * orbment, velox: don't expose subprojects the development of orbment and velox got stuck their subprojects (bemenu, dmenu-wayland, st-wayland) don't work correctly outside of parent projects so hide them to not confuse people swc and wld libraries are unpopular and unlike wlc are not used by anything except velox * pythonPackages.pydbus: init at 0.6.0 * way-cooler: 0.5.2 -> 0.6.2 * nixos/way-cooler: add module * dconf module: use for wayland non-invasive approach for #31293 see discussion at #32210 * sway: embed LD_LIBRARY_PATH for #32755 * way-cooler: switch from buildRustPackage to buildRustCrate #31150
* | nixos/gitolite: copy hooks with forceBjørn Forsman2017-12-21
| | | | | | | | | | | | This makes the commonHook option work also for (read-only) Nix store paths. Currently it fails on the second activation, because the destination is read-only.
* | nixos/libvirt: remove 'virtualisation.libvirtd.enableKVM' optionvolth2017-12-21
| |
* | nixos/libvirt: avoid dependency on two qemu packagesvolth2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | Currently libvirt requires two qemu derivations: qemu and qemu_kvm which is just a truncated version of qemu (defined as qemu.override { hostCpuOnly = true; }). This patch exposes an option virtualisation.libvirtd.qemuPackage which allows to choose which package to use: * pkgs.qemu_kvm if all your guests have the same CPU as host, or * pkgs.qemu which allows to emulate alien architectures (for example ARMV7L on X86_64), or * a custom derivation virtualisation.libvirtd.enableKVM option is vague and could be deprecate in favor of virtualisation.libvirtd.qemuPackage, anyway it does allow to enable/disable kvm.
* | nixos/desktop-managers: do not leak feh to PATHYegor Timoshenko2017-12-21
| | | | | | | | | | | | | | | | | | (originally from f9415cb6219de00903f62a1f0facc4852225118c) feh is used to set background image for desktop managers that do not support it directly, however there is no need to include it in PATH. Fixes #17450.
* | Merge pull request #32540 from rnhmjoj/portrangeOrivej Desh2017-12-20
|\ \ | | | | | | nixos/doc: document the firewall port ranges options
| * | nixos/doc: document the firewall port ranges optionsrnhmjoj2017-12-21
| | |
* | | nixos: zfs: correct the networking.hostId error messageGraham Christensen2017-12-20
| | | | | | | | | | | | | | | Users were confused that the error message said config.networking.hostId, and indeed that did nothing to fix their problem. Update the error message to specify the option they should actually set.
* | | dysnomia module: use postgres as default user and always publish container ↵Sander van der Burg2017-12-20
| | | | | | | | | | | | properties
* | | create-amis.sh: Ass eu-west-3Eelco Dolstra2017-12-20
| | |
* | | make-disk-image.nix: Really fix write permissions in the storeTuomas Tynkkynen2017-12-20
| | | | | | | | | | | | | | | I think the current one applies the -exec only to those that match '-type d'. Let's switch it to something that humans can understand...
* | | Add AMI for eu-west-3Eelco Dolstra2017-12-20
| | |
* | | Merge pull request #32858 from nh2/nginx-add-http2-optionFranz Pletz2017-12-20
|\ \ \ | | | | | | | | nginx service: Make http2 an option.
| * | | nginx service: Make http2 an option.Niklas Hambüchen2017-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTP 2 can break some things, for example due to this Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=796199 So the service hardcoding it to be enabled is not helpful. This commit adds an option so you can turn it off.
* | | | nixos/tarsnap: update doc for printStatsYurii Rashkovskii2017-12-20
| | | | | | | | | | | | | | | | after the change made in 15567e6d8e338f339e4fafada1362bdaa9612cb3
* | | | doc: system.environmentPackages -> environment.systemPackagesYegor Timoshenko2017-12-20
| | | |
* | | | Merge pull request #32829 from flokli/input_ledsJörg Thalheim2017-12-19
|\ \ \ \ | | | | | | | | | | boot.initrd.luks: add input_leds module
| * | | | boot.initrd.luks: add input_leds moduleFlorian Klink2017-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To get working caps lock lights already at stage 1, the input_leds module needs to be loaded. Closes #12456.
* | | | | xfce: delay package selection for pulseaudio volume to nixos modules (#23382)Wei Tang2017-12-19
| |/ / / |/| | | | | | | Now there are separate `xfce4.xfce4mixer_pulse` and `xfce4.xfcevolumed_pulse` attributes for PulseAudio versions of these packages, instead of relying on Nixpkgs option. Mind that xfce4-volumed and xfce4-volumed-pulse are actually two separate programs without much overlap.
* | | | nixos/smartd: allow extra cli options for daemonKevin Hanselman2017-12-19
| |/ / |/| | | | | | | | This enables further customization of smartd.
* | | Merge pull request #32787 from yegortimoshenko/xfce/svgOrivej Desh2017-12-18
|\ \ \ | | | | | | | | xfce: SVG icon support in xfce4-panel, fixes #18536
| * | | xfce: SVG icon support in xfce4-panel, fixes #18536Yegor Timoshenko2017-12-18
| | | | | | | | | | | | | | | | Thanks to Yuriy Pitomets, Jonathan Curran, and David Kleuker.
* | | | Merge pull request #31068 from dalaing/fdisk-examplesSamuel Leathers2017-12-17
|\ \ \ \ | |/ / / |/| | | nixos manual: Adds some examples of how to use fdisk.
| * | | nixos manual: Adds some examples of how to use fdisk.Dave Laing2017-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also unifies the BIOS and UEFI installation instructions. It's a fairly basic usage, but it makes explicity the fact that you should at least have a main partition and a swap partition, and will save some users a bit of internet searching while they are getting set up.
* | | | Merge pull request #32496 from florianjacob/btrfs-autoScrubJoachim F2017-12-17
|\ \ \ \ | | | | | | | | | | tasks/btrfs: add services.btrfs.autoScrub
| * | | | nixos/btrfs: add services.btrfs.autoScrubFlorian Jacob2017-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | for automatic regular scrubbing of mounted btrfs filesystems, similar to what's already there for zfs.
* | | | | Merge pull request #32268 from volth/patch-74Jörg Thalheim2017-12-17
|\ \ \ \ \ | | | | | | | | | | | | nixos/initrd-ssh: generate hostkeys if absent
| * | | | | initrd-ssh: generate hostkeys if absentvolth2017-12-03
| | | | | |
* | | | | | Merge pull request #32584 from manoj23/davfs2-v3Peter Simons2017-12-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | davfs2: create user/group davfs2 if not specified in the configuration
| * | | | | | davfs2: create user/group davfs2 if not specified in the configurationGeorges Savoundararadj2017-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add options: - enable - davUser (default: "davfs2") - davGroup (default: "davfs2) * Add davfs2 user or group if they are not specified in the configuration
* | | | | | | nixos/logcheck: replace rm with rm -r to delete the empty logcheck.logfiles.d/Philipp Dörfler2017-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #29906
* | | | | | | make-disk-image.nix: Remove write permissions from /nix/storeTuomas Tynkkynen2017-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fakeroot seems to always give the owner write bit to any files touched inside it (presumably to easily simulate the fact that root can still modify such files). So do an explicit chmod to remove them. This should finally solve #32242 after the EC2 images are regenerated with this change. https://hydra.nixos.org/build/66143116
* | | | | | | Merge pull request #32733 from jtojnar/pinentry-1.1Orivej Desh2017-12-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pinentry: 1.0.0 → 1.1.0
| * | | | | | | pinentry: override pinentry_ncurses instead of the other way aroundJan Tojnar2017-12-16
| | | | | | | |
| * | | | | | | pinentry_qt: merge into pinentryJan Tojnar2017-12-16
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #32578 from michaelpj/imp/plymouth-theme-defautOrivej Desh2017-12-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | plymouth: add breeze-plymouth as default theme
| * | | | | | | plymouth: add breeze-plymouth as default themeMichael Peyton Jones2017-12-11
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #32637 from makefu/pkgs/openstack/nukeJörg Thalheim2017-12-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nuke openstack (again)
| * | | | | | | openstack module: ripmakefu2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | part of openstack cleanup
| * | | | | | | glance: ripmakefu2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | part of openstack cleanup
| * | | | | | | keystone: ripmakefu2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | part of openstack cleanup
| * | | | | | | nova: ripmakefu2017-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | part of openstack cleanup