about summary refs log tree commit diff
path: root/nixos/modules/misc
Commit message (Collapse)AuthorAge
* Merge branch 'pdnsd-service' of https://github.com/nfjinjing/nixpkgsNikolay Amiantov2016-02-16
|\ | | | | | | Closes #12932
| * pdnsd service: initJinjing Wang2016-02-12
| |
* | Merge branch 'gammu-smsd' of https://github.com/zohl/nixpkgs into ↵Nikolay Amiantov2016-02-16
|\ \ | | | | | | | | | | | | | | | zohl-gammu-smsd Closes #12998
| * | gammu-smsd service: initAl Zohali2016-02-15
| | |
* | | cfdyndns: init at 0.0.1Cole Mickens2016-02-15
| |/ |/|
* | nixos: update-locatedb - harden via systemd (#7220)Dan Peebles2016-01-23
|/ | | | | | Also, use systemd timers. Most of the work is by @thoughtpolice but I changed enough of it to warrant changing commit author.
* Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* nixos: add module for rmilterAlexander V. Nikolaev2016-01-16
|
* nixos: Add module for rspamdAlexander V. Nikolaev2016-01-16
|
* matrix-synapse: init at 0.12.0roblabla2016-01-15
|
* gale: init at 1.1happyMark Laws2016-01-13
|
* nixos/dspam: add moduleNikolay Amiantov2016-01-13
|
* nixos/opendkim: add moduleNikolay Amiantov2016-01-13
|
* nixos/postsrsd: add moduleNikolay Amiantov2016-01-13
|
* nixos/ejabberd: update serviceNikolay Amiantov2016-01-10
|
* Merge pull request #10996 from oxij/nixos-labelArseniy Seroka2016-01-09
|\ | | | | nixos: introduce system.nixosLabel support
| * nixos: introduce system.nixosLabel option and use it where appropriateJan Malakhovski2016-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting nixosVersion to something custom is useful for meaningful GRUB menus and /nix/store paths, but actuallly changing it rebulids the whole system path (because of `nixos-version` script and manual pages). Also, changing it is not a particularly good idea because you can then be differentitated from other NixOS users by a lot of programs that read /etc/os-release. This patch introduces an alternative option that does all you want from nixosVersion, but rebuilds only the very top system level and /etc while using your label in the names of system /nix/store paths, GRUB and other boot loaders' menus, getty greetings and so on.
| * nixos: cleanup version module, allow setting nixosVersion with env variableJan Malakhovski2015-11-12
| |
* | notbit: removed dead packageJakob Gillich2016-01-07
| | | | | | | | The Bitmessage protocol v3 became mandatory on 16 Nov 2014 and notbit does not support it, nor has there been any activity in the project repository since then.
* | nixos/mathics: New service and testBenjamin Staffin2016-01-02
| |
* | Merge pull request #11956 from zimbatm/nm-openvpn-uid-gidDomen Kožar2015-12-27
|\ \ | | | | | | networkmanager: set uid/gid for the networkmanager openvpn agent
| * | networkmanager: set uid/gid for the networkmanager openvpn agentzimbatm2015-12-08
| | | | | | | | | | | | Fixes #11317
* | | NixOS manual: fix typoAnders Papitto2015-12-26
|/ /
* | 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.