summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
Commit message (Collapse)AuthorAge
* Merge pull request #8799 from ryantm/masterlethalman2015-07-24
|\ | | | | heyefi service: init
| * heyefi service: initRyan Mulligan2015-07-14
| |
* | riak: new nixos serviceCharles Strahan2015-07-21
| |
* | devmon: New serviceOliver Charles2015-07-19
|/
* Merge pull request #8639 from sjmackenzie/zerotieroneArseniy Seroka2015-07-08
|\ | | | | zerotier-one: service add
| * zerotier-one: service addStewart Mackenzie2015-07-07
| |
* | sundtek init at 30-06-2015Simon Vandel Sillesen2015-07-07
| |
* | subsonic service: initRobert Irelan2015-07-05
| | | | | | | | | | Add a systemd service and UID/GID for the Subsonic personal media streamer server (<http://subsonic.org>).
* | Merge pull request #8602 from ts468/upstream.pamlethalman2015-07-05
|\ \ | | | | | | Security: integrate pam_mount into PAM of NixOS
| * | pam_mount module: integrate pam_mount into PAM of NixOSThomas Strobel2015-07-04
| | |
* | | shellinabox service: intial implementationLeroy Hopson2015-07-04
|/ /
* | Merge remote-tracking branch 'projectorhq/riemann-tools'Shea Levy2015-07-01
|\ \ | | | | | | | | | Add riemann-tools package and service
| * | Add riemann-tools to nixpkgsRobert Pitts and Trenton Strong2015-06-30
| | | | | | | | | | | | Adds package via bundlerEnv and service for Riemann health.
* | | nixos: added gitit serviceEdward Tjörnhammar2015-06-28
| | |
* | | tvheadend: init at 4.0.4Simon Vandel Sillesen2015-06-24
|/ /
* | Add ripple rest moduleJaka Hudoklin2015-06-08
| |
* | Add skydns moduleJaka Hudoklin2015-06-08
| |
* | nixos: add grafana moduleJaka Hudoklin2015-06-08
| |
* | nixos: add support for exfat filesystemNikolay Amiantov2015-05-27
| |
* | Merge pull request #7992 from ip1981/mwliblethalman2015-05-27
|\ \ | | | | | | Added mwlib services
| * | Added mwlib servicesIgor Pashev2015-05-27
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple local usage: mwlib = { nserve = { enable = true; }; qserve = { enable = true; }; }; For MediaWiki: $wgCollectionMWServeURL = 'http://localhost:8899'; $wgCollectionFormats = array( 'rl' => 'PDF', 'odf' => 'ODT', ); $wgCollectionPortletFormats = array ( 'odf', 'rl' );
* | Merge pull request #7987 from magnetophon/das_watchdog-masterArseniy Seroka2015-05-27
|\ \ | | | | | | add das_watchdog: a realtime watchdog
| * | add das_watchdog: a realtime watchdogBart Brouns2015-05-26
| | |
* | | Merge pull request #7559 from offlinehacker/openvswitch/ipsecMateusz Kowalczyk2015-05-26
|\ \ \ | | | | | | | | openvswitch: ipsec support
| * | | nixos: add racoon ipsec IKE deamonJaka Hudoklin2015-04-25
| | | |
* | | | Merge pull request #7566 from offlinehacker/nixos/node-docker-registry/moduleMateusz Kowalczyk2015-05-26
|\ \ \ \ | |_|/ / |/| | | nixos: add node docker registry server
| * | | nixos: add node docker registry serverJaka Hudoklin2015-04-25
| |/ /
* | | Added config options for systemd-coredump functionality.Jonathan Glines2015-05-24
| | |
* | | Merge pull request #7878 from dezgeg/pr-extlinuxviric2015-05-22
|\ \ \ | | | | | | | | generic-extlinux-compatible: Add new bootloader for ARM
| * | | generic-extlinux-compatible: Add new bootloader for ARMTuomas Tynkkynen2015-05-17
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module generates a /boot/extlinux/extlinux.conf bootloader configuration file that is supported by e.g. U-Boot: http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.distro;hb=refs/heads/master With this, all ARM boards supported by U-Boot can be booted in a common way (a single boot file generator, all boards booting via initrd like x86) and with same boot menu functionality as GRUB has. -- sample extlinux.conf file -- # Generated file, all changes will be lost on nixos-rebuild! # Change this to e.g. nixos-42 to temporarily boot to an older configuration. DEFAULT nixos-default TIMEOUT 50 LABEL nixos-default MENU LABEL NixOS - Default LINUX ../nixos/n7vxfk60nb5h0mcbhkwwxhcz2q2nvxzv-linux-4.1.0-rc3-cpufreq-zImage INITRD ../nixos/0ss2zs8sb6d1qn4gblxpwlxkfjsgs5f0-initrd-initrd FDTDIR ../nixos/n7vxfk60nb5h0mcbhkwwxhcz2q2nvxzv-linux-4.1.0-rc3-cpufreq-dtbs APPEND systemConfig=/nix/store/469qvr43ln8bfsnk5lzcz6m6jfcgdd4r-nixos-15.06.git.0b7a7a6M init=/nix/store/469qvr43ln8bfsnk5lzcz6m6jfcgdd4r-nixos-15.06.git.0b7a7a6M/init loglevel=8 console=ttyS0,115200n8 drm.debug=0xf LABEL nixos-71 MENU LABEL NixOS - Configuration 71 (2015-05-17 21:32 - 15.06.git.0b7a7a6M) LINUX ../nixos/n7vxfk60nb5h0mcbhkwwxhcz2q2nvxzv-linux-4.1.0-rc3-cpufreq-zImage INITRD ../nixos/0ss2zs8sb6d1qn4gblxpwlxkfjsgs5f0-initrd-initrd FDTDIR ../nixos/n7vxfk60nb5h0mcbhkwwxhcz2q2nvxzv-linux-4.1.0-rc3-cpufreq-dtbs APPEND systemConfig=/nix/store/469qvr43ln8bfsnk5lzcz6m6jfcgdd4r-nixos-15.06.git.0b7a7a6M init=/nix/store/469qvr43ln8bfsnk5lzcz6m6jfcgdd4r-nixos-15.06.git.0b7a7a6M/init loglevel=8 console=ttyS0,115200n8 drm.debug=0xf
* / | nixos: add bird modulelassulus2015-05-19
|/ / | | | | | | patch bird to look in /var/run for birc.ctl
* | Merge pull request #7829 from joamaki/vmware_guestArseniy Seroka2015-05-15
|\ \ | | | | | | VMWare guest support and open-vm-tools package
| * | VMWare guest support and open-vm-tools packageJussi Maki2015-05-15
| | |
* | | Merge pull request #7842 from dezgeg/pr-nix-serveArseniy Seroka2015-05-14
|\ \ \ | | | | | | | | nix-serve: Add nixos module
| * | | nix-serve: Add nixos moduleTuomas Tynkkynen2015-05-14
| | | | | | | | | | | | | | | | | | | | This allows sharing the Nix store of the machine as a binary cache simply by setting 'services.nix-serve.enable = true'.
* | | | Merge pull request #7794 from womfoo/kbdlightlethalman2015-05-14
|\ \ \ \ | |/ / / |/| | | Add kbdlight package and setuid wrapper
| * | | Add kbdlight package and setuid wrapperKranium Gikos Mendoza2015-05-11
| |/ / | | | | | | | | | update nixos/modules/programs/kbdlight.nix to use mkEnableOption
* | | Merge pull request #7788 from Lassulus/charybdisArseniy Seroka2015-05-11
|\ \ \ | |/ / |/| | add charybdis nixos module
| * | add charybdis nixos modulelassulus2015-05-11
| | |
* | | Merge pull request #7565 from offlinehacker/nixos/confd/moduleDomen Kožar2015-05-02
|\ \ \ | |/ / |/| | nixos: add confd module
| * | nixos: add confd moduleJaka Hudoklin2015-04-25
| |/
* | mgpfan: new serviceCharles Strahan2015-04-30
| |
* | Added BRLTTY packageBram Duvigneau2015-04-29
| |
* | i2p: add service to module-listHerwig Hochleitner2015-04-28
| |
* | Merge pull request #7486 from oxij/actkbd-and-media-keyslethalman2015-04-27
|\ \ | | | | | | add actkbd; nixos: add support for volume control with media keys
| * | nixos: add actkbd module and sound.enableMediaKeys optionJan Malakhovski2015-04-20
| | |
* | | Add hologram serviceDan Peebles2015-04-23
|/ /
* | Don't include ntfs-3g by defaultEelco Dolstra2015-04-19
| | | | | | | | Issue #7117.
* | systemd: Move networkd into separate modulesEelco Dolstra2015-04-19
| | | | | | | | The systemd module was getting rather bloated.
* | plex: init at 0.9.11.16.958Forkk2015-04-17
| | | | | | | | | | Added a package and module for Plex Media Server, an application for managing media collections across multiple devices.