summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* display-managers module: improve variable quotingVladimír Čunát2016-11-26
| | | | | | | | | Fixes #20713, though I'm certain nixpkgs contains loads of places without proper quoting, as (ba)sh unfortunately encourages that. The only plus side is that most of such problems in nixpkgs aren't actually security problems but mere annoyance to those who are foolish enough to use "weird" characters in critical names.
* tahoe service: use ExecStart instead of scriptRobert Helgesson2016-11-25
| | | | | | Since only a single command is necessary to start Tahoe it is sufficient to use ExecStart and thereby skip starting up Bash (and leaving it running).
* Merge pull request #19023 from offlinehacker/kube-updateJaka Hudoklin2016-11-24
|\ | | | | WIP: kubernetes update package and module
| * kubernetes module: support for kubernetes 1.4Jaka Hudoklin2016-11-17
| |
* | nixos/collectd: Fix syntax error on some hostnames. (#20694)Corbin Simpson2016-11-24
| | | | | | | | Without this, hostnames that e.g. end in digits will cause syntax errors for collectd.
* | Merge pull request #20641 from mayflower/fix/installer-closure-sizeEelco Dolstra2016-11-23
|\ \ | | | | | | Reduce closure size of installer images
| * | nixos: disable sound for minimal ISOFranz Pletz2016-11-23
| | | | | | | | | | | | Saves a few megabytes of ALSA stuff.
| * | w3m-nox: use imlib2 without X11 supportFranz Pletz2016-11-23
| | | | | | | | | | | | | | | Also, the minimal live CD previously installed both the X11 and non-X11 versions (through services.nixosManual) of w3m.
| * | nixos/base: don't include dar & cabextract in ISOFranz Pletz2016-11-23
| | | | | | | | | | | | | | | Should free up lots of space due to dependency on gnupg, which dpeends on openldap which pull in gcc.
* | | Merge pull request #20385 from ericsagnes/feat/i3-refactorJoachim F2016-11-23
|\ \ \ | |/ / |/| | i3 module: refactor
| * | i3 module: refactorEric Sagnes2016-11-14
| | |
* | | Merge pull request #19588 from Shados/add-danteFranz Pletz2016-11-22
|\ \ \ | | | | | | | | Add dante package & accompanying service module
| * | | dante service: initAlexei Robyn2016-11-22
| | | |
* | | | boinc service: initKier Davis2016-11-22
| | | |
* | | | containers module: Add tmpfs options (#20557)Christian Kampka2016-11-22
| | | | | | | | | | | | | | | | | | | | | | | | Allows one or more directories to be mounted as a read-only file system. This makes it convenient to run volatile containers that do not retain application state.
* | | | bumblebee service: replace bbswitch option with pmMethodNikolay Amiantov2016-11-22
| | | | | | | | | | | | | | | | I added this option just today, so I don't think this needs a rename entry.
* | | | Merge pull request #20606 from mdaiter/riak_extraAdvancedConfigDaiderd Jordan2016-11-21
|\ \ \ \ | | | | | | | | | | riak: added extraAdvancedConfig option to service module
| * | | | riak: added extraAdvancedConfig option to service moduleMatthew Daiter2016-11-21
| | | | |
* | | | | nixos/modules: use defaultText where applicableJoachim Fasting2016-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Primarily to fix rendering of these default values in the manual but it's also nice to avoid having to eval these things just to build the manual.
* | | | | Fix setting programs.ssh.setXAuthLocationEelco Dolstra2016-11-21
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configuration { services.openssh.enable = true; services.openssh.forwardX11 = false; } caused programs.ssh.setXAuthLocation to be set to false, which was not the intent. The intent is that programs.ssh.setXAuthLocation should be automatically enabled if needed or if xauth is already available.
* | | | bumblebee service: make bbswitch optionalNikolay Amiantov2016-11-21
| | | |
* | | | bumblebee service: fix service dependenciesNikolay Amiantov2016-11-21
| | | |
* | | | Merge pull request #19379 from nixy/masterJörg Thalheim2016-11-21
|\ \ \ \ | | | | | | | | | | grub bootloader: add forceInstall option
| * | | | grub bootloader: add forceInstall optionAndrew R. M2016-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the --force option on GRUB isn't recommended, but there are very specific instances where it makes sense. One example is installing on a partitionless disk.
* | | | | Merge pull request #20598 from mdaiter/riak_defaultTextDaiderd Jordan2016-11-21
|\ \ \ \ \ | | | | | | | | | | | | riak: add defaultText to service
| * | | | | riak: add defaultText to serviceMatthew Daiter2016-11-21
| | | | | | | | | | | | | | | | | | | | | | | | riak: add default to service
| * | | | | stanchion: changed default option to defaultTextMatthew Daiter2016-11-21
| | | | | |
| * | | | | Revert "riak-cs: add to nixpkgs"James Cook2016-11-20
| | | | | |
| * | | | | riak-cs: init at 2.1.1Matthew Daiter2016-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | riak-cs: added to all-packages Added Riak CS nix file to pkgs Added service file for Riak CS Removed Erlang_basho specific bindings from the Riak CS repo riak-cs: changed description riak-cs: added license riak-cs: added maintainer riak_cs: chgned indentations riak-cs: removed overly complex srcs mechanism riak-cs: added systemd module riak-cs: changed Erlang module to Basho-specific version riak-cs: made modular form riak-cs: Added a default package in service options riak-cs: Fixed default package in service options riak-cs: Patched Makefile riak_cs: added to module-list riak_cs: changed from string to actual package in modules
* | | | | | stanchion: added defaultMatthew Daiter2016-11-21
| | | | | |
* | | | | | riak-cs: init at 2.1.1Matthew Daiter2016-11-21
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | riak-cs: added to all-packages Added Riak CS nix file to pkgs Added service file for Riak CS Removed Erlang_basho specific bindings from the Riak CS repo riak-cs: changed description riak-cs: added license riak-cs: added maintainer riak_cs: chgned indentations riak-cs: removed overly complex srcs mechanism riak-cs: added systemd module riak-cs: changed Erlang module to Basho-specific version riak-cs: made modular form riak-cs: Added a default package in service options riak-cs: Fixed default package in service options riak-cs: Patched Makefile riak_cs: added to module-list riak_cs: changed from string to actual package in modules riak-cs: changed example riak-cs: removed default riak-cs: changed to defaultText stanchion: changed default option to defaultText riak-cs: added defaults; changed types to str
* | | | | stanchion: init at 2.1.1Matthew Daiter2016-11-20
| | | | |
* | | | | grsecurity module: remove code pertaining to zfsJoachim Fasting2016-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | I don't know if it still the case that zfs fails to boot; either way, that's the user's responsibility to contend with.
* | | | | grsecurity module: remove requiredKernelConfigJoachim Fasting2016-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using a custom package set with the NixOS module is no longer something I wish to support. It's still *possible* but not advertised. Secondly, the requiredKernelConfig didn't really do anything (setting kernelPackages to a non-grsec kernel would just silently let the user boot into a non-grsec setup ...).
* | | | | grsecurity module: remove use of mkEnableOptionJoachim Fasting2016-11-20
| | | | |
* | | | | tarsnap service: fix multiple simultaneous archives with a single keyNikolay Amiantov2016-11-20
| | | | |
* | | | | parsoid service: update, use declarative configurationNikolay Amiantov2016-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | Old configuration format is disabled now (it can still be used, but with additional steps). This is a backwards incompatible change.
* | | | | sane service: support remote scannersNikolay Amiantov2016-11-20
| | | | |
* | | | | sane service: add saned supportNikolay Amiantov2016-11-20
| | | | |
* | | | | bumblebee service: blacklist additional nvidia modulesNikolay Amiantov2016-11-20
| | | | |
* | | | | Merge pull request #20485 from anoever/masterJoachim F2016-11-20
|\ \ \ \ \ | |_|/ / / |/| | | | vmware-guest: fix vmmouse driver
| * | | | vmware-guest: fix vmmouse driverAndreas Noever2016-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix automatic mouse grabbing/releasing when running as a vmware guest. 1. The xf86inputvmmouse is not loaded by default. Add it. 2. InptutDevice sections for which specify a driver are ignored if AutoAddDevices is enabled (which it is by default). See [1]. Instead use an InputClass to load the vmmouse driver. [1] https://www.x.org/archive/X11R7.7/doc/man/man5/xorg.conf.5.xhtml#heading8
* | | | | Merge pull request #20469 from Mic92/initrd-sshJörg Thalheim2016-11-18
|\ \ \ \ \ | | | | | | | | | | | | initrd-ssh: fix authorized_key generation with multiple keys
| * | | | | initrd-ssh: fix authorized_key generation with multiple keysJörg Thalheim2016-11-16
| | |_|_|/ | |/| | | | | | | | | | | | | multiple entries should be separated by newline
* | | | | nixos/cjdns: do not ammend /etc/hostsEmery Hemingway2016-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generating IPv6 addresses at eval time required building cjdns. Fix #20422
* | | | | Merge pull request #20433 from ttuegel/install-cd-kde-5Thomas Tuegel2016-11-18
|\ \ \ \ \ | | | | | | | | | | | | Use KDE 5 for the graphical installation DVD
| * | | | | installation-cd-graphical-kde: put manual link directly on desktopThomas Tuegel2016-11-15
| | | | | |
| * | | | | kde5: add enableQt4Support optionThomas Tuegel2016-11-15
| | | | | |
| * | | | | kde5: don't install oxygen-icons5 if breeze-icons is presentThomas Tuegel2016-11-15
| | | | | |
| * | | | | installation-cd-graphical-kde: use KDE 5Thomas Tuegel2016-11-15
| | | | | |