Update to SNM to 2.2.1 and switch NixOS state to 19.03
This commit is contained in:
parent
f118ba0912
commit
3959977d56
@ -7,8 +7,8 @@ in {
|
||||
# check https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/tags
|
||||
# for new releases
|
||||
(builtins.fetchTarball {
|
||||
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/v2.2.0/nixos-mailserver-v2.2.0.tar.gz";
|
||||
sha256 = "0gqzgy50hgb5zmdjiffaqp277a68564vflfpjvk1gv6079zahksc";
|
||||
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/v2.2.1/nixos-mailserver-v2.2.1.tar.gz";
|
||||
sha256 = "03d49v8qnid9g9rha0wg2z6vic06mhp0b049s3whccn1axvs2zzx";
|
||||
})
|
||||
];
|
||||
|
||||
@ -50,7 +50,7 @@ in {
|
||||
services.openssh.enable = true;
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
system.stateVersion = "18.09";
|
||||
system.stateVersion = "19.03";
|
||||
|
||||
nix = {
|
||||
optimise.automatic = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user