mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
update readme for v.2.0.2
This commit is contained in:
parent
7122a56111
commit
85217621d9
@ -5,7 +5,7 @@
|
||||
|
||||
## Stable Releases
|
||||
|
||||
* [SNM v2.0.1](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.1)
|
||||
* [SNM v2.0.2](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.2)
|
||||
|
||||
[Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest)
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.1.tar.gz")
|
||||
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.2.tar.gz")
|
||||
];
|
||||
|
||||
mailserver = {
|
||||
@ -114,7 +114,7 @@ common ones.
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.1.tar.gz")
|
||||
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.2.tar.gz")
|
||||
];
|
||||
|
||||
mailserver = {
|
||||
|
Loading…
Reference in New Issue
Block a user