summary refs log tree commit diff
path: root/nixos/modules/misc
Commit message (Collapse)AuthorAge
* pump.io service: initRodney Lorrimar2015-12-06
| | | | | Pump.io runs its web server as a standalone service listening on 443. It's also possible to put the service behind a HTTP reverse proxy.
* Merge pull request #8758 from fpletz/package/chronygoibhniu2015-11-26
|\ | | | | chrony: 2.1.1 -> 2.2 & service improvements
| * chrony service: Members of group chrony can use chronycFranz Pletz2015-11-03
| |
* | services/misc/bepasty: init at 2015-10-21makefu2015-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module implements a way to start one or more bepasty servers. It supports configuring the listen address of gunicorn and how bepasty behaves internally. Configuring multiple bepasty servers provides a way to serve pastes externally without authentication and provide creating,listing,deleting pastes interally. nginx can be used to provide access via hostname + listen address. `configuration.nix`: services.bepasty = { enable = true; servers = { internal = { defaultPermissions = "admin,list,create,read,delete"; secretKey = "secret"; bind = "127.0.0.1:8000"; }; external = { defaultPermissions = "read"; bind = "127.0.0.1:8001"; secretKey = "another-secret"; }; }; };
* | Merge pull request #11106 from nbp/nixos-reentryNicolas B. Pierron2015-11-20
|\ \ | | | | | | Add a way to pin a NixOS version within the module system.
| * | Add a way to pin a NixOS version within the module system.Nicolas B. Pierron2015-11-19
| |/ | | | | | | | | This modification add a way to re-evaluate the module system with a different version of NixOS, or with a different set of arguments.
* / heapster module: initJaka Hudoklin2015-11-16
|/
* calibre-server service: initRyan Mulligan2015-09-27
|
* xtreemfs: add nixos moduleMatej Cotman2015-09-22
|
* kibana service: initJaka Hudoklin2015-09-19
|
* nixos/lxd: Add serviceWilliam A. Kennington III2015-09-13
|
* dnschain nixos module: initThomas Strobel2015-09-10
|
* namecoind nixos module: security enhancementsThomas Strobel2015-09-10
|
* namecoind nixos module: initThomas Strobel2015-09-08
|
* And next release is called Emu!Domen Kožar2015-09-03
| | | | http://img.gawkerassets.com/img/17qtp0agra45ajpg/original.jpg
* nixos: move left-behind allowUnfree commentTobias Geerinckx-Rice2015-09-03
|
* Unify NixOS and Nixpkgs channel structureEelco Dolstra2015-08-05
| | | | | | | | | | | | | | | | | | | | | | This is primarily to ensure that -I nixpkgs=https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz and -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz and -I nixpkgs=https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz behave consistently. It also allows installing packages via "nix-env -iA nixos.<pkg>" rather than "nixos.pkgs.<pkg>". It would be even better to allow "nixpkgs.<pkg>", but that requires a change to nix-channel. Fixes #7659.
* Remove some obsolete references to <nixos>Eelco Dolstra2015-08-05
|
* Merge pull request #9061 from tomberek/add_gateoneArseniy Seroka2015-08-04
|\ | | | | GateOne: init at 1.2
| * GateOne: init at 1.2Thomas Bereknyei2015-08-03
| |
* | nixos: Fix manpages from 8c652379df07f88d6b434fe1042e9a9ba9078440William A. Kennington III2015-08-03
|/
* Spelling etcEelco Dolstra2015-08-03
|
* Merge pull request #8036 from Profpatsch/locatelethalman2015-08-03
|\ | | | | locate: option includeStore
| * locate: option includeStoreProfpatsch2015-08-02
| |
* | shout service: New module.Benjamin Staffin2015-08-01
|/
* Add read-only optionsEelco Dolstra2015-07-30
| | | | | These are options that can have only one definition, regardless of priority.
* Add option system.stateVersionEelco Dolstra2015-07-27
| | | | | | | | | | | | | | | | | | | | | This option requests compatibility with older NixOS releases with respect to stateful data, in cases where new releases have defaults that might be incompatible with system state of existing NixOS deployments. For instance, if we change the default version of PostgreSQL, existing deployments will break if the new version can't read databases created by the old version. So for example, setting system.stateVersion = "15.07"; requests that options like services.postgresql.package use defaults corresponding to the 15.07 release branch. Note that nixos-generate-config emits this option. (In the future, NixOps may set system.stateVersion to the NixOS release in use when the machine was created.) See also #7939 for another motivating example.
* riak: new nixos serviceCharles Strahan2015-07-21
|
* Merge pull request #6702 from joachifm/dnscrypt-proxyJames Cook2015-07-12
|\ | | | | nixos: some improvements for dnscrypt-proxy
| * nixos: additional hardening for dnscrypt-proxyJoachim Fasting2015-06-12
| | | | | | | | | | | | - Run as unprivileged user/group via systemd, obviating the need to specify capabilities, etc. - Run with private tmp and minimal device name space
* | subsonic service: initRobert Irelan2015-07-05
| | | | | | | | | | Add a systemd service and UID/GID for the Subsonic personal media streamer server (<http://subsonic.org>).
* | 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
| | |
* | | uwsgi-service: Add user/group for uwsgi service.Russell O'Connor2015-06-24
| | | | | | | | | | | | Also add a uwsgi directory under /run (defaulting to /run/uwsgi) where the uwsgi user can place sockets.
* | | tvheadend: init at 4.0.4Simon Vandel Sillesen2015-06-24
|/ /
* | nixos/nix-serve: Run as a separate user and add a signing key parameterWilliam A. Kennington III2015-06-17
| |
* | Some more type cleanupEelco Dolstra2015-06-15
| |
* | types.uniq types.str -> types.strEelco Dolstra2015-06-15
| |
* | Merge pull request #8204 from copumpkin/modulesPathDaniel Peebles2015-06-10
|\ \ | |/ |/| An importable modulesPath, once again
| * Bring an importable modulesPath back from the dead, in the only way I knowDan Peebles2015-06-08
| |
* | Add ripple rest moduleJaka Hudoklin2015-06-08
| |
* | Add skydns moduleJaka Hudoklin2015-06-08
| |
* | nixos: add grafana moduleJaka Hudoklin2015-06-08
|/
* Merge pull request #7857 from rushmorem/marathon-module-updateArseniy Seroka2015-05-21
|\ | | | | Update Marathon module
| * Update Marathon modulerushmorem2015-05-21
| | | | | | | | | | The new module makes it possible to pass extra commandline arguments to Marathon as well as environment variables.
* | nixos: add bird modulelassulus2015-05-19
|/ | | | patch bird to look in /var/run for birc.ctl
* Sane default configuration for sabnzbd moduleStephen Weinberg2015-05-05
| | | | | Added option to set user. Use unpriviledged user by default. Add sane default for configuration location.
* Remove fixed uids for nscd, sshdEelco Dolstra2015-04-19
| | | | | | These services don't create files on disk, let alone on a network filesystem, so they don't really need a fixed uid. And this also gets rid of a warning coming from <= 14.12 systems.
* 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.