summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
Commit message (Collapse)AuthorAge
* nixos: blacklist radeon module if using amdgpuVladimír Čunát2016-08-21
|
* gnustep: remove gdnc serviceMatthew Bauer2016-08-16
| | | | | | gdnc is a user process and can't be made into a NixOS module very easily. It can still be put in the user's login script. According to the GNUstep documentation it will be started as soon as it is needed.
* gnustep: add nixos deamonsArtyom Shalkhakov2016-08-16
| | | | | Adding basic daemons: gdomap and gdnc. It seems that GWorkspace does is unable to work properly without the daemons.
* mattermost service: initFranz Pletz2016-08-15
|
* Remove the Cassandra moduleEelco Dolstra2016-08-12
| | | | | | | | | | | | It uses import-from-derivation, which is a bad thing, because this causes hydra-evaluator to build Cassandra at evaluation time. $ nix-instantiate nixos/release.nix -A tests.cassandra.i686-linux --dry-run error: cannot read ‘/nix/store/c41blyjz6pfvk9fnvrn6miihq5w3j0l4-cassandra-2.0.16/conf/cassandra-env.sh’, since path ‘/nix/store/0j9ax4z8xhaz5lhrwl3bwj10waxs3hgy-cassandra-2.0.16.drv’ is not valid, at /home/eelco/Dev/nixpkgs/nixos/modules/services/databases/cassandra.nix:373:11 Also, the module is a mess (bad option descriptions, poor indentation, a gazillion options where a generic "config" option would suffice, it opens ports in the firewall, it sets vm.swappiness, ...).
* Revert "command-not-found: disable module until it's fixed again"Eelco Dolstra2016-08-10
| | | | This reverts commit 2a3c0ca3d5ab0fe9aaa312199b3cad5bc9a01934.
* Merge pull request #17464 from cransom/cassandraFrederik Rietdijk2016-08-10
|\ | | | | Cassandra
| * cassandra service: initCasey Ransom2016-08-02
| | | | | | | | | | | | The module will configure a Cassandra server with common options being tweakable. Included is also a test which will spin up 3 nodes and verify that the cluster can be formed, broken, and repaired.
* | unity3d: use chromium-suid-sandboxNikolay Amiantov2016-08-08
| |
* | phpfpm service: restructured pool configurationAl Zohali2016-08-08
| | | | | | | | | | | | | | | | From @fpletz: Keep poolConfigs option for backwards-compatibility. The original commit 6b3f5b5a421fe3422e9ef63a3fd690178c36163e was previously reverted by c7860cae1a4b54f4b54339142472f00f861fa055 but the issues were resolved.
* | Add Terraria server service (#16832)Paul Hendry2016-08-07
| |
* | chromium: add nixos module security.chromiumSuidSandboxobadz2016-08-06
|/ | | | | | | | | | | | Closes #17460 Changed the wrapper derivation to produce a second output containing the sandbox. Add a launch wrapper to try and locate the sandbox (either in /var/setuid-wrappers or in /nix/store). This launch wrapper also sheds libredirect.so from LD_PRELOAD as Chromium does not tolerate it. Does not trigger a Chromium rebuild. cc @cleverca22 @joachifm @jasom
* Revert "phpfpm service: restructured pool configuration"Bjørn Forsman2016-07-27
| | | | | | | | | | | This reverts commit 6b3f5b5a421fe3422e9ef63a3fd690178c36163e because it introduced a non-backwards compatible change in the phpfpm interface, without really needing to. The new interface, if needed, can be re-added alongside the old interface. Commit 98e419c0e27dd21e9dee0b915876ea60 ("tt-rss service: init at 16.3") depends on the new interface, so this commit updates the tt-rss service to work with the old services.phpfpm.poolConfigs interface.
* Add gocd agent and server service packages (#16273)Shawn Warren2016-07-23
| | | | | | | GoCD is an open source continuous delivery server specializing in advanced workflow modeling and visualization. Update maintainers list to include swarren83. Update module list to include gocd agent and server module. Update packages list to include gocd agent and server package. Update version, revision and checksum for GoCD release 16.5.0.
* Merge pull request #16132 from zohl/tt-rssRok Garbas2016-07-21
|\ | | | | tt-rss service: init at 16.3
| * tt-rss service: init at 16.3Al Zohali2016-07-21
| |
| * phpfpm service: restructured pool configurationAl Zohali2016-06-20
| |
* | smokeping: init at 2.6.11 (#17090)cransom2016-07-21
| | | | | | | | Includes a module for service setup and a test to verify functionality of both service and pkg.
* | nixos: init programs.xonshRok Garbas2016-07-21
| |
* | nixos/compton: add user service (#16652)Michele Guerini Rocco2016-07-17
| |
* | Merge pull request #15848 from matthewbauer/packagekitJoachim F2016-07-16
|\ \ | | | | | | Add in PackageKit
| * | packagekit: add latest from hughsie's github repoMatthew Bauer2016-07-05
| | | | | | | | | | | | | | | | | | | | | | | | - currently pulled in from Git until the next release of PackageKit has Nix support - also: add in a service module to start packagekit properly - nixos service can be enabled via services.packagekit.enable - packagekit requires nixunstable to build properly
* | | sonarr service: initial serviceTristan Helmich2016-07-15
| | |
* | | Merge branch 'plymouth' into stagingNikolay Amiantov2016-07-13
|\ \ \
| * | | plymouth service: initNikolay Amiantov2016-07-12
| | | |
* | | | offlineimap: add nixos module (#16842)Damien Cassou2016-07-11
| |/ / |/| |
* | | Merge pull request #16650 from RamKromberg/fix/spacefm-issue-15758Arseniy Seroka2016-07-05
|\ \ \ | | | | | | | | spacefm: sudo and gksu fixes #15758 and license update
| * | | spacefm: sudo and gksu fixes #15758 and license updateRam Kromberg2016-07-03
| |/ /
* / / Add a module for Emacs daemonDamien Cassou2016-07-01
|/ /
* | Merge pull request #16086 from layus/inginiousFrederik Rietdijk2016-06-21
|\ \ | | | | | | INGInious: provide a NixOS module
| * | inginious: init NixOS moduleGuillaume Maudoux2016-06-14
| | |
* | | coturn: init at 4.5.0.3 (#16284)Benjamin Saunders2016-06-21
| | |
* | | xl2tpd: add nixos module for serviceobadz2016-06-20
| |/ |/| | | | | (required adding execv to libredirect)
* | Merge pull request #16108 from pwetzel/squeezeliteJoachim Fasting2016-06-19
|\ \ | | | | | | Squeezelite package and service init
| * | squeezelite service: initPhil Wetzel2016-06-11
| | |
* | | pptpd: add nixos serviceobadz2016-06-18
| | |
* | | disnix-module: split dysnomia's functionality into a separate module so that ↵Sander van der Burg2016-06-17
| | | | | | | | | | | | it can be used without Disnix and remove the hacky/obsolete avahi publisher
* | | buildkite-agent: init at 2.1.8Paweł Pacana2016-06-13
| | | | | | | | | | | | | | | | | | | | | | | | * nixos module included * install compiled binary * only one platform now * limited config options * relies on providing ssh keys for agent
* | | Merge pull request #16023 from choochootrain/add-xbanish-serviceLuca Bruno2016-06-13
|\ \ \ | |/ / |/| | xbanish service: init at 1.4
| * | xbanish service: init at 1.4Hurshal Patel2016-06-07
| |/
* | Merge pull request #15283 from jml/oauth2proxy-moduleuJoachim Fasting2016-06-09
|\ \ | |/ |/| oauth2_proxy: create new module for service
| * Add module for oauth2_proxyJonathan Lange2016-06-09
| |
* | Add hydra package and its NixOS module.Domen Kožar2016-06-01
|/ | | | | | | | | | | | This was originally removed in d4d0e449d7b96704eeaa2570255fb41c85c49613. The intent was not to maintain hydra expression at two places. Nowadays we have enough devs to maintain this despite copy/pasta. This should encourage more people to use Hydra, which is a really great piece of software together with Nix. Tested a deploy using https://github.com/peti/hydra-tutorial
* Rename gummiboot moduleEelco Dolstra2016-06-01
|
* Merge pull request #15793 from abbradar/unity3d-pkgNikolay Amiantov2016-06-01
|\ | | | | Unity3D package
| * unity3d service: initNikolay Amiantov2016-05-29
| |
* | toxvpn: init at 20151111obadz2016-05-30
|/ | | | (Authored by @cleverca22)
* mosquitto service: initHans-Harro Horn2016-05-24
| | | | Initial Mosquitto MQTT Broker service file.
* command-not-found: disable module until it's fixed againDomen Kožar2016-05-19
| | | | See https://github.com/NixOS/nixos-channel-scripts/issues/4
* nzbget: 16.4 -> 17.0-r1686 and nzbget serviceTristan Helmich2016-05-13
|