update README
This commit is contained in:
parent
3f6a7d0e0a
commit
3c625fc191
|
@ -5,7 +5,7 @@
|
|||
|
||||
## Stable Releases
|
||||
|
||||
* [SNM v2.0.4](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.4)
|
||||
* [SNM v2.1](https://github.com/r-raymond/nixos-mailserver/releases/v2.1)
|
||||
|
||||
[Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest)
|
||||
|
||||
|
@ -81,7 +81,7 @@ plugin.
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.4.tar.gz")
|
||||
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.tar.gz")
|
||||
];
|
||||
|
||||
mailserver = {
|
||||
|
@ -134,7 +134,7 @@ common ones.
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.4.tar.gz")
|
||||
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.tar.gz")
|
||||
];
|
||||
|
||||
mailserver = {
|
||||
|
|
Loading…
Reference in New Issue