about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Revert "Make services.xserver.xkbDir conflict free when overriden."Tristan Helmich2017-02-01
| | | | | | | | | | This reverts commit 82bcfef109ecf58ac1503e4cab15ae53dd524f4b. cc @nbp Fixes #22290, #22352. Signed-off-by: Franz Pletz <fpletz@fnordicwalking.de>
* Merge pull request #22343 from abbradar/dbus-etcNikolay Amiantov2017-02-01
|\ | | | | dbus service: use /etc/dbus-1 for configuration
| * dbus service: remove {system,session}.conf from config dirNikolay Amiantov2017-02-01
| | | | | | | | They are already included by dbus from /run/current-system/sw/share/dbus-1.
| * dbus service: use /etc/dbus-1 for configurationNikolay Amiantov2017-02-01
| | | | | | | | Also use upstream systemd units.
* | ~/.nixpkgs -> ~/.config/nixpkgsEelco Dolstra2017-02-01
|/ | | | | | The former is still respected as a fallback for config.nix for backwards compatibility (but not for overlays because they're a new feature).
* Merge pull request #22180 from mguentner/offline_ipfsFranz Pletz2017-02-01
|\ | | | | services: ipfs: separate system units, add offline mode
| * services: ipfs: separate system units, add offline modeMaximilian Güntner2017-01-27
| | | | | | | | | | | | Offline mode: When adding a lot of data, start this service. It will will not flood the DHT since it only exposes the API. When you are done simply reverse the process.
* | nixos: drop unused 'haskellPackages' option from ihaskell servicePeter Simons2017-01-31
| | | | | | | | Closes https://github.com/NixOS/nixpkgs/issues/19039.
* | Remove myself from maintainersDamien Cassou2017-01-31
| |
* | Merge #22309: vim: allow building with gtk3Vladimír Čunát2017-01-31
|\ \
| * | nixos: if gnome3 is installed, build gvim for gtk3 tooBenjamin Staffin2017-01-31
| | |
* | | nixos: Respect nixpkgs.overlays (#22221)Aneesh Agrawal2017-01-31
|/ /
* | opengl service: use option for XDG_DATA_DIRSNikolay Amiantov2017-01-31
| |
* | video services: don't install OpenCL files to /etcNikolay Amiantov2017-01-31
| | | | | | | | They shouldn't be needed now that we search them in /run/opengl-driver.
* | nixos: nylon, use named instancesEdward Tjörnhammar2017-01-30
| |
* | ihaskell: remove service configuration. (#22268)Vaibhav Sagar2017-01-30
| | | | | | | | See #22047. This change should be reverted after IHaskell has been updated to support GHC 8.
* | nixos: i2pd, follow redirectEdward Tjörnhammar2017-01-29
| |
* | Make services.xserver.xkbDir conflict free when overriden.Nicolas B. Pierron2017-01-29
| |
* | Merge pull request #22230 from michaelpj/services/arbtt-fix-wanted-byJoachim F2017-01-29
|\ \ | | | | | | arbtt: multi-user.target does not exist in user systemd
| * | arbtt: multi-user.target does not exist in user systemdMichael Peyton Jones2017-01-28
| | |
* | | nixos: add sysstat to module listJoachim Fasting2017-01-28
| | | | | | | | | | | | The service itself was added in d3d7f43f762062c03aa083aeaa7cf868246e4e51
* | | Merge pull request #22124 from mayflower/feature/frabFranz Pletz2017-01-27
|\ \ \ | | | | | | | | frab: init at 2016-12-28 & module
| * | | frab module: initFranz Pletz2017-01-25
| |/ /
* | | fluentd module: add configurable package optionDan Peebles2017-01-27
| | |
* | | nixos/release-small.nix: cleanup to use default versionsRobin Gloster2017-01-27
| | | | | | | | | | | | | | | It makes more sense to test the packages, that probably more people are using.
* | | apacheHttpd_2_2: removeRobin Gloster2017-01-27
| | |
* | | dbus: catch new services without reboot (#20871)Guillaume Maudoux2017-01-27
| | | | | | | | | | | | | | | DBus daemon now loads its config from /run/current-system/dbus. Reloading the daemon makes it re-read that file and catch the updates after a system upgrade.
* | | pythonPackages.ansible2: move 2.2 to separate file, make defaultFrederik Rietdijk2017-01-27
| | | | | | | | | | | | `pythonPackages.ansible_2_2` is now the default `ansible`.
* | | Fix typo in pulseaudio.nixMike Cooper2017-01-26
| |/ |/|
* | Merge pull request #22117 from dezgeg/aarch64-for-mergeTuomas Tynkkynen2017-01-26
|\ \ | | | | | | Aarch64 (ARM64) support
| * | installer: sd-image-*.nix: Document how to build themTuomas Tynkkynen2017-01-25
| | |
| * | installer: Add SD image expression for Aarch64Tuomas Tynkkynen2017-01-25
| | | | | | | | | | | | This one works on the Raspberry Pi 3 so far.
| * | U-Boot: Add 64-bit Raspberry Pi 3 buildTuomas Tynkkynen2017-01-25
| | | | | | | | | | | | And rename the old ubootRaspberryPi3 to ubootRaspberryPi3_32bit.
* | | locate: build in correct dbpathGregor Kleen2017-01-26
| | |
* | | locate: enhance mlocate supportGregor Kleen2017-01-26
| | |
* | | locate: better mlocate support & cleanupGregor Kleen2017-01-26
| | |
* | | tests.bittorrent: use a file instead of a directoryRobin Gloster2017-01-26
| |/ |/| | | | | nixUnstable.src is a directory, which made cp fail without -r
* | Merge pull request #21311 from makefu/services/logstashRobin Gloster2017-01-25
|\ \ | | | | | | services.logstash: default options, examples and address update
| * | services.logstash: rename address to listenAddressmakefu2017-01-13
| | |
| * | services.logstash: update example and default filtermakefu2017-01-13
| | |
* | | nixos/doc/installing: Fix typo in <literal/>aszlig2017-01-25
| | | | | | | | | | | | | | | | | | | | | | | | The tag wasn't properly closed which caused the manual build to fail. Tested with: nix-build nixos/release.nix -A manual.x86_64-linux Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | factorio: remove autosave-interval from command-line optionsShaun Sharples2017-01-25
| | |
* | | factorio: settings moved from command-line options to server-settings.jsonShaun Sharples2017-01-25
| | |
* | | installing: document how to activate SSH during installationPascal Bach2017-01-25
| | |
* | | install-device: correct command to start sshdPascal Bach2017-01-25
| | |
* | | install-device: permit root login with passwordPascal Bach2017-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow password login to the installation this allows doing remote installation via SSH. All that need to be done on the local machine is: 1. Boot from the installation media 2. Set a password with passwd 3. Enable SSH with systemctl start sshd It is safe as root doesn't have a password by default and SSH is disabled by default. Fixes #20718
* | | nixos/acme: add random delay to timerFranz Pletz2017-01-25
| | | | | | | | | | | | | | | This way we behave like good citizens and won't overload Let's Encrypt with lots of cert renewal requests at the same time.
* | | add kresd service with basic optionsVladimír Čunát2017-01-25
| | | | | | | | | | | | Still celebrating today's 1.2.0 release!
* | | tests.installer: rely on swap.target in testsRobin Gloster2017-01-25
| | | | | | | | | | | | fixes #5258
* | | nginx: added serverName option for virtualHostsBob van der Linden2017-01-25
| | | | | | | | | | | | | | | | | | | | | | | | This allows overriding the `server_name` attribute of virtual hosts. By doing so it is possible to have multiple virtualHost definitions that share the same `server_name`. This is useful in particular when you need a HTTP as well as a HTTPS virtualhost: same server_name, different port.