summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
Commit message (Collapse)AuthorAge
...
| * | nixos: loader: added generic config.boot.loader.timeout optionBob van der Linden2015-01-30
| |/ | | | | | | | | timeout options of grub and gummiboot will inherit the value of this option by default.
* | Merge branch 'tlsdate' of git://github.com/4z3/nixpkgsShea Levy2015-01-30
|\ \ | |/ |/|
| * nixos: Add tlsdated servicetv2015-01-21
| |
* | Add freefall NixOS service moduleTobias Geerinckx-Rice2015-01-28
| |
* | Remove executable bits from non-executable filesEelco Dolstra2015-01-27
| |
* | Merge pull request #5531 from abbradar/tlpDomen Kožar2015-01-24
|\ \ | |/ |/| tlp: add package
| * nixos/tlp: add serviceNikolay Amiantov2015-01-24
| |
* | Merge pull request #5301 from nbp/syncserverDomen Kožar2015-01-18
|\ \ | | | | | | Add Firefox Sync service
| * \ Merge remote-tracking branch 'origin/master' into syncserverNicolas B. Pierron2014-12-14
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into syncserverNicolas B. Pierron2014-12-11
| |\ \ \
| * | | | Add Firefox Sync server module.Nicolas B. Pierron2014-12-11
| | | | |
* | | | | Merge pull request #5726 from spwhitt/zsh-command-not-foundDomen Kožar2015-01-17
|\ \ \ \ \ | | | | | | | | | | | | command-not-found: Add ZSH Support
| * | | | | command-not-found: Add ZSH SupportSpencer Whitt2015-01-12
| | | | | |
* | | | | | nixos: adding nylon service with uid,gidEdward Tjörnhammar2015-01-14
|/ / / / /
* | | | | Merge pull request #5550 from abbradar/fprintdlethalman2015-01-08
|\ \ \ \ \ | | | | | | | | | | | | add fprintd support
| * | | | | nixos/fprintd: add service and pam supportNikolay Amiantov2015-01-03
| | |_|_|/ | |/| | |
* / | | | nixos/network-interfaces: Add mstpd support for bridgesWilliam A. Kennington III2015-01-07
|/ / / /
* | | | nixos: add cadvisor serviceJaka Hudoklin2014-12-28
| | | |
* | | | Merge pull request #5419 from ehmry/tox-bootstrapdlethalman2014-12-22
|\ \ \ \ | | | | | | | | | | tox-bootstrapd
| * | | | nixos: tox-bootstrapd serviceEmery Hemingway2014-12-20
| | |_|/ | |/| |
* | | | Revert "nixos: Remove torify module"Evgeny Egorochkin2014-12-19
| | | | | | | | | | | | | | | | | | | | | | | | tsocks is still useful because it's less strict This reverts commit 1b26faeb6994151b8f8842f340fe4c1b820f09fb.
* | | | Merge pull request #5196 from madjar/cloud-initwmertens2014-12-17
|\ \ \ \ | |/ / / |/| | | cloud-init: add expression and service
| * | | Added the cloud-init serviceGeorges Dubus2014-12-03
| | | |
* | | | Add the Profile Sync Daemon Package & NixOS ModulePavan Rikhi2014-12-13
| | | |
* | | | nixos: Add gitlab and gitlab-shellThomas Hunger2014-12-12
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had to make several adjustments to make it work with nixos: * Replace relative config file lookups with ENV variable. * Modify gitlab-shell to not clear then environment when running pre-receive. * Modify gitlab-shell to write some environment variables into the .authorized_keys file to make sure gitlab-shell reads the correct config file. * Log unicorn output to syslog. I tried various ways of adding a syslog package but the bundler would not pick them up. Please fix in a better way if possible. * Gitlab-runner program wrapper. This is useful to run e.g. backups etc. with the correct environment set up.
* | | nixos: move kubernetes & fleet to services/clusterJaka Hudoklin2014-12-11
| | |
* | | Add NixOS module for fontconfig-ultimateThomas Tuegel2014-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Details: * The option `fonts.fontconfig.ultimate.enable` can be used to disable the fontconfig-ultimate configuration. * The user-configurable options provided by fontconfig-ultimate are exposed in the NixOS module: `allowBitmaps` (default: true), `allowType1` (default: false), `useEmbeddedBitmaps` (default: false), `forceAutohint` (default: false), `renderMonoTTFAsBitmap` (default: false). * Upstream provides three substitution modes for substituting TrueType fonts for Type 1 fonts (which do not render well). The default, "free", substitutes free fonts for Type 1 fonts. The option "ms" substitutions Microsoft fonts for Type 1 fonts. The option "combi" uses a combination of Microsoft and free fonts. Substitutions can also be disabled. * All 21 of the Infinality rendering modes supported by fontconfig-ultimate or by the original Infinality distribution can be selected through `fonts.fontconfig.ultimate.rendering`. The default is the medium style provided by fontconfig-ultimate. Any of the modes may be customized, or Infinality rendering can be disabled entirely.
* | | nixos: add fleet moduleJaka Hudoklin2014-12-07
| | |
* | | nixos: Remove torify moduleAustin Seipp2014-12-06
| | | | | | | | | | | | | | | | | | | | | 'torify' now ships with the tor bundle itself; and using torsocks is recommended over tsocks (torify will use torsocks automatically.) Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | nixos: iPXE client for GRUBEmery Hemingway2014-12-04
| | | | | | | | | | | | fix bug in grub/install-grub.pl that would replace @bootRoot@ with an invalid string
* | | nixos: add chronos serviceJaka Hudoklin2014-12-03
| | |
* | | nixos: add peerflix moduleJaka Hudoklin2014-12-01
| |/ |/|
* | Merge pull request #5043 from wkennington/master.networkdWilliam A. Kennington III2014-11-29
|\ \ | | | | | | nixos/networking: Revamp networking configuration and add an experimental networkd option.
| * | nixos/network-interfaces: Provide a networkd implementationWilliam A. Kennington III2014-11-26
| | |
* | | nixos: add kubernetes moduleJaka Hudoklin2014-11-29
| |/ |/|
* | nixos: Add enable option for programs/virtualbox.aszlig2014-11-27
|/ | | | | | | | | We will simply rename the previous module and add a warning whenever the module is included directly, pointing the user to the right option and also enable it as well (in case somebody has missed the option and is wondering why VirtualBox doesn't work anymore). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Added strongSwan serviceIgor Pashev2014-11-25
|
* Add a NixOS module to run bosunOliver Charles2014-11-24
|
* scollector: New NixOS moduleOliver Charles2014-11-24
|
* opentsdb: New package and NixOS moduleOliver Charles2014-11-24
|
* hbase: New package and NixOS moduleOliver Charles2014-11-24
|
* nixos: add docker-registry moduleJaka Hudoklin2014-11-22
|
* nixos: add etcd moduleJaka Hudoklin2014-11-21
|
* initial liquidsoap service expressionEmery Hemingway2014-11-20
|
* Merge pull request #4950 from joachifm/dnscrypt-proxyMichael Raskin2014-11-13
|\ | | | | dnscrypt-proxy service
| * Add dnscrypt-proxy serviceJoachim Fasting2014-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The dnscrypt-proxy service relays regular DNS queries to a DNSCrypt enabled upstream resolver. The traffic between the client and the upstream resolver is encrypted and authenticated, which may mitigate the risk of MITM attacks and third-party snooping (assuming a trustworthy upstream). Though dnscrypt-proxy can run as a standalone DNS client, the recommended setup is to use it as a forwarder for a caching DNS client. To use dnscrypt-proxy as a forwarder for dnsmasq, do ```nix { # ... networking.nameservers = [ "127.0.0.1" ]; networking.dhcpcd.extraConfig = "nohook resolv.conf"; services.dnscrypt-proxy.enable = true; services.dnscrypt-proxy.localAddress = "127.0.0.1"; services.dnscrypt-proxy.port = 40; services.dnsmasq.enable = true; services.dnsmasq.extraConfig = '' no-resolv server=127.0.0.1#40 listen-address=127.0.0.1 ''; # ... } ```
* | Merge pull request #4929 from abbradar/prl-toolsMichael Raskin2014-11-13
|\ \ | | | | | | Add packages and support for Parallel Guest Tools
| * | nixos/parallels-guest: add optionsNikolay Amiantov2014-11-12
| |/
* | Merge pull request #4573 from fpletz/feature/lxc-configurationMichael Raskin2014-11-13
|\ \ | |/ |/| Add support for global LXC config files
| * Add support for global LXC config filesFranz Pletz2014-10-18
| |