about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* 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.
* create-amis: use jq instead of jsonDomen Kožar2016-11-22
|
* 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.
* create-amis: add us-east-2Domen Kožar2016-11-21
|
* 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
| |
* | create-amis: order mattersDomen Kožar2016-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.
* | create-amis.sh: another dep needed for EBS imagesDomen Kožar2016-11-21
|/
* 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
| |
* | Merge pull request #20319 from NixOS/nm-containersgoibhniu2016-11-20
|\ \ | | | | | | NixOS Manual: Container Networking with NM
| * | NixOS Manual: Container Networking with NMCillian de Roiste2016-11-20
| | | | | | | | | | | | | | | | | | Network Manager calls dhclient on container interfaces and fails which locks you out of the container after a few seconds, unless you tell it not to manage these interfaces.
* | | 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
| | | | |
* | | | | Merge pull request #20467 from ericsagnes/feat/module-enums-2Joachim F2016-11-17
|\ \ \ \ \ | | | | | | | | | | | | modules: use enum when relevant
| * | | | | network-interfaces: use enumEric Sagnes2016-11-16
| | | | | |
| * | | | | raspberrypi module: use enumEric Sagnes2016-11-16
| | | | | |
| * | | | | nsd module: use enumEric Sagnes2016-11-16
| | | | | |
| * | | | | nntp-proxy module: use enumEric Sagnes2016-11-16
| | | | | |
| * | | | | hostapd module: use enumEric Sagnes2016-11-16
| | | | | |
| * | | | | duosec module: use enumEric Sagnes2016-11-16
| | | | | |