mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-12-27 11:40:32 +05:00
update readme for version 2.1.3
This commit is contained in:
parent
d72b975a45
commit
0cdd1bd4e1
@ -5,7 +5,7 @@
|
||||
|
||||
## Stable Releases
|
||||
|
||||
* [SNM v2.1.2](https://github.com/r-raymond/nixos-mailserver/releases/v2.1.2)
|
||||
* [SNM v2.1.3](https://github.com/r-raymond/nixos-mailserver/releases/v2.1.3)
|
||||
|
||||
[Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest)
|
||||
|
||||
@ -73,7 +73,7 @@ D9FE 4119 F082 6F15 93BD BD36 6162 DBA5 635E A16A
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.2.tar.gz")
|
||||
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.3.tar.gz")
|
||||
];
|
||||
|
||||
mailserver = {
|
||||
@ -126,7 +126,7 @@ common ones.
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.2.tar.gz")
|
||||
(builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.3.tar.gz")
|
||||
];
|
||||
|
||||
mailserver = {
|
||||
|
Loading…
Reference in New Issue
Block a user