about summary refs log tree commit diff
path: root/nixos/modules
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
| |
* | 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.
* | 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
* | 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
* | | 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.
* | | xfce: SVG icon support in xfce4-panel, fixes #18536Yegor Timoshenko2017-12-18
| | | | | | | | | | | | Thanks to Yuriy Pitomets, Jonathan Curran, and David Kleuker.
* | | 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
* | | | | 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
* | | | | | nixos/lighttpd: update allKnownModules listBjørn Forsman2017-12-15
| | | | | | | | | | | | | | | | | | | | | | | | lighttpd 1.4.46+ got three new modules.
* | | | | | nixos/samba: increase LimitNOFILE to recommended value (#32085)David Kleuker2017-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes warning: rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) https://serverfault.com/a/641411
* | | | | | xmr-stak module: initFranz Pletz2017-12-14
| | | | | |
* | | | | | Update NixOS 17.09 AMIsEelco Dolstra2017-12-13
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for c5.* instances. Fixes #32612.
* | | | | nixos.gnome3.at-spi2-core: Set environment variable `NO_AT_BRIDGE=1` if disabledFranz Thoma2017-12-13
| | | | | | | | | | | | | | | As suggested in #16327 (https://github.com/NixOS/nixpkgs/issues/16327#issuecomment-315729994).
* | | | | Merge pull request #32031 from NixOS/unstable-aarch64Graham Christensen2017-12-12
|\ \ \ \ \ | | | | | | | | | | | | Aarch64 Netboot
| * | | | | Netboot: Add aarch64Graham Christensen2017-12-11
| | |/ / / | |/| | |
* | | | | nixos containers: remove stray `,` from patternRobert Helgesson2017-12-12
| | | | | | | | | | | | | | | | | | | | See #31888.
* | | | | containers: deny networkmanager from managing the ve-* and vb-* NICsBas van Dijk2017-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, when you've enabled networkmanager and start a nixos-container the container will briefly have its specified IP address but then networkmanager starts managing it causing the IP address to be dropped.
* | | | | nix: 1.11.15 -> 1.11.16Eelco Dolstra2017-12-12
| |_|/ / |/| | |
* | | | Merge pull request #32216 from LumiGuide/networkmanager-strongswanJoachim F2017-12-11
|\ \ \ \ | | | | | | | | | | networkmanager_strongswan: fix package