SNM 2.2.1 -> 2.3.0
This commit is contained in:
parent
7f45e66bda
commit
b7b2785836
@ -7,8 +7,8 @@ in {
|
|||||||
# check https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/tags
|
# check https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/tags
|
||||||
# for new releases
|
# for new releases
|
||||||
(builtins.fetchTarball {
|
(builtins.fetchTarball {
|
||||||
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/v2.2.1/nixos-mailserver-v2.2.1.tar";
|
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/v2.3.0/nixos-mailserver-v2.3.0.tar.gz";
|
||||||
sha256 = "03d49v8qnid9g9rha0wg2z6vic06mhp0b049s3whccn1axvs2zzx";
|
sha256 = "0lpz08qviccvpfws2nm83n7m2r8add2wvfg9bljx9yxx8107r919";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ in {
|
|||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
system.autoUpgrade.enable = true;
|
system.autoUpgrade.enable = true;
|
||||||
system.stateVersion = "19.03";
|
system.stateVersion = "19.09";
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user