v2.1.1 readme update

This commit is contained in:
Robin Raymond 2018-02-22 13:39:13 +01:00
parent 372c1a7033
commit 82823a4085

View File

@ -5,7 +5,7 @@
## Stable Releases ## Stable Releases
* [SNM v2.1](https://github.com/r-raymond/nixos-mailserver/releases/v2.1) * [SNM v2.1.1](https://github.com/r-raymond/nixos-mailserver/releases/v2.1.1)
[Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest) [Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest)
@ -18,14 +18,6 @@ the gpg key with fingerprint
D9FE 4119 F082 6F15 93BD BD36 6162 DBA5 635E A16A D9FE 4119 F082 6F15 93BD BD36 6162 DBA5 635E A16A
``` ```
## Release Candidate
If you feel adventurous, give the new release candidate a spin. It adds quotas to
the user accounts, and allows for managing sieve filters with the ManageSieve
plugin.
* [SNM v2.1](https://github.com/r-raymond/nixos-mailserver/releases/v2.1-rc2)
## Features ## Features
### v2.0 ### v2.0
@ -81,7 +73,7 @@ plugin.
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.tar.gz") (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.1.tar.gz")
]; ];
mailserver = { mailserver = {
@ -134,7 +126,7 @@ common ones.
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.tar.gz") (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.1.tar.gz")
]; ];
mailserver = { mailserver = {