about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
* | | | | | | 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
| | | | | | | | |
| * | | | | | | | fontconfig module: use enumEric Sagnes2016-11-16
| | | | | | | | |
* | | | | | | | | Merge pull request #20421 from mayflower/refactor/clamav-serviceFranz Pletz2016-11-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | clamav service: refactor
| * | | | | | | | | clamav service: refactorFranz Pletz2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Sync systemd units with upstream. Upstream uses SIGUSR2 instead of SIGHUP to reload the clamd service. * Convert freshclam service to a oneshot service activated by a systemd timer. This way we can make clamd wait for freshclam to finish fetching the virus database before failing to start if the database doesn't exist yet. * Fixes console tools to work as expected as they require hardcoded config file locations.
* | | | | | | | | | Merge pull request #20384 from ericsagnes/feat/bspwm-refactorJoachim F2016-11-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | bspwm module: refactor
| * | | | | | | | | | bspwm module: refactorEric Sagnes2016-11-14
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | cloud-utils: 0.27 -> 0.29Domen Kožar2016-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We keep the existing hacks for growpart to work inside the initrd Fixes #15736 #17015
* | | | | | | | | | sddm: Enable user switchingEelco Dolstra2016-11-16
| |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was lacking the dbus configuration to bind to org.freedesktop.DisplayManager, and it was passing fixed TTY/display numbers to the X server (see 9be012f0d4d9b6bca35416ec89d5a40be4556896).
* | | | | | | | | create-amis.sh: use nix-shell for convenienceDomen Kožar2016-11-16
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #20392 from jerith666/cp-48Joachim F2016-11-15
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | crashplan: 4.7.0r2 -> 4.8.0r1
| * | | | | | | crashplan: 4.7.0r2 -> 4.8.0r1Matt McHenry2016-11-13
| | | | | | | |