summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
Commit message (Collapse)AuthorAge
...
* | nixos: move bcache udev rule in a new bcache.nix moduleLuca Bruno2014-11-10
| |
* | Add "light" package and setuid wrapperBrian McKenna2014-11-09
| |
* | Merge pull request #4282 from sztupi/crashplanMichael Raskin2014-11-09
|\ \ | | | | | | | | | | | | Crashplan OK, it is an external service with unfree client, so let's declare that ensuring usability of the service is not our headache.
| * | crashplan: nixos module for backup serviceAttila Sztupak2014-09-26
| | |
* | | i2pd: added package, serviceEdward Tjörnhammar2014-11-09
| | |
* | | nixos: Add a filesystem module for JFS.aszlig2014-10-22
| |/ |/| | | | | | | | | | | I'm not using JFS, but this is to mainly make jfsutils available if you have defined a JFS filesystem in your configuration. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | seeks: nixos moduleMatej Cotman2014-10-13
| |
* | Merge pull request #3960 from flosse/prosody-serviceJoachim Schiele2014-10-11
|\ \ | | | | | | Prosody service
| * | prosody: packaged as a serviceMarkus Kohlhase2014-10-11
| | | | | | | | | | | | | | | Conflicts: nixos/modules/misc/ids.nix
* | | nixos: add redmine serviceDomen Kožar2014-10-07
|/ /
* | Merge pull request #4280 from wkennington/master.consulJaka Hudoklin2014-09-27
|\ \ | | | | | | nixos/consul: Add module
| * | nixos/consul: Add moduleWilliam A. Kennington III2014-09-26
| | |
* | | mailpile: add moduleMatej Cotman2014-09-26
| |/ |/|
* | include thermald service in module listEmil Rangden2014-09-23
|/ | | | Closes #4230
* Merge pull request #4211 from ehmry/cpuminer-cryptonightMateusz Kowalczyk2014-09-22
|\ | | | | Cpuminer cryptonight
| * cpuminer-cryptonight: new service moduleEmery Hemingway2014-09-22
| |
* | Merge branch 'dev/ati-drivers' of https://github.com/nathanielbaxter/nixpkgsMateusz Kowalczyk2014-09-22
|\ \ | |/ |/|
| * ati_unfree: Create a nixos module for the ati_unfree x11 driver andNathaniel Baxter2014-09-07
| | | | | | | | blacklist the radeon driver when ati_unfree is installed.
* | nixos: add collectd moduleJaka Hudoklin2014-09-17
| |
* | Disable fuppes moduleNicolas B. Pierron2014-09-11
| | | | | | | | | | fuppes has not been compiling for a long moment, and the ffmpeg version on which it depends is no longer listed in nixpkgs.
* | Added TORQUE package and nixos moduleLuca Bruno2014-09-09
|/ | | | | | | Resource management system for submitting and controlling jobs on supercomputers, clusters, and grids http://www.adaptivecomputing.com/products/open-source/torque
* Mesos: servicesNathan Bijnens2014-09-03
|
* Remove copy-com.nix from the module listEelco Dolstra2014-09-03
| | | | | | | | | This is proprietary software, and NixOS is intended as a free software distribution. We currently don't have a mechanism like allowUnfree for NixOS modules, so it's better to leave out modules for such packages. Of couse, they can still be activated by doing: imports = [ <nixpkgs/nixos/services/networking/copy-com.nix ];
* Enabled access to binaries of needed tools, and worker daemons can be ↵Strahinja Popovic2014-09-03
| | | | enabled for phabricator #3306
* yandex-disk: fix the url; introduce systemd.service #2228Sergey Mironov2014-09-03
|
* Copy.com: client #3617Nathan Bijnens2014-09-03
|
* diod: add systemd service and configMichael Fellinger2014-09-03
|
* add openvswitch package + basic nixos module to enable itChris Farmiloe2014-09-02
|
* nixos: Add new service for OpenNTPd.aszlig2014-09-01
| | | | | | | | | | | | | | This conflicts with the existing reference NTP daemon, so we're using services.ntp.enable = mkForce false here to make sure both services aren't enabled in par. I was already trying to merge the module with services.ntp, but it would have been quite a mess with a bunch of conditions on the package name. They both have a bit in common if it comes to the configuration files, but differ in handling of the state dir (for example, OpenNTPd doesn't allow it to be owned by anything other than root). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* uhub: initial service expressionEmery Hemingway2014-09-01
|
* nixos: add atftpd serviceJan Malakhovski2014-09-01
|
* Adding vpnc configuration moduleSam Griffin2014-08-31
|
* Merge pull request #3773 from nbp/nixos-maintainersNicolas B. Pierron2014-08-29
|\ | | | | NixOS: Add meta.maintainer option to modules.
| * NixOS: Add meta.maintainer option to modules.Nicolas Pierron2014-08-25
| |
* | Merge pull request #3275 from taku0/gtk-envMichael Raskin2014-08-29
|\ \ | | | | | | uim, gtk-exe-env, qt-plugin-env: Add input method modules for GTK+ and Qt
| * | uim, gtk-exe-env, qt-plugin-env: Add input method modules for GTK+ and Qttaku02014-07-14
| | |
* | | Merge pull request #3047 from chrisfarms/freetdsMichael Raskin2014-08-29
|\ \ \ | | | | | | | | Simple nixos module to enable configuration of freetds
| * | | Simple nixos module to enable configuration of freetds and setup the ↵Chris Farmiloe2014-06-22
| | | | | | | | | | | | | | | | expected environment variables
* | | | ZookeeperNathan Bijnens2014-08-27
| | | |
* | | | nixos: add fail2ban to module-list.nixBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that the fail2ban service has the ".enable" option, I think it's time to add it to the module list, so that we can enable it in configuration.nix like this: services.fail2ban.enable = true;
* | | | Add NixOS module for the Riemann dashboard serverRickard Nilsson2014-08-23
| | | |
* | | | Add NixOS module for Riemann monitoring server.Rickard Nilsson2014-08-23
| | | |
* | | | Merge pull request #3656 from AndersonTorres/fluxboxMichael Raskin2014-08-23
|\ \ \ \ | | | | | | | | | | Fluxbox: new package (1.3.5)
| * | | | Fluxbox: adding system support (as a module)AndersonTorres2014-08-21
| | |_|/ | |/| |
* | | | nixos: add neo4j database moduleJaka Hudoklin2014-08-23
| | | |
* | | | Add mlmmj package and nixos module.Edward Tjörnhammar2014-08-23
| | | |
* | | | siproxd: initial service expressionEmery Hemingway2014-08-19
|/ / /
* | | merge #3428: nano: bump and add system-wide configVladimír Čunát2014-08-14
|\ \ \
| * | | nano: support system-wide nanorcJoachim Fasting2014-08-01
| | | | | | | | | | | | | | | | | | | | | | | | This patch does two things 1. builds nano with sysconfdir=/etc; and 2. adds an option programs.nano.nanorc
* | | | Merge master into #2129Vladimír Čunát2014-08-12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts (easy, just UID shifted): nixos/modules/misc/ids.nix nixos/modules/module-list.nix