From 3959977d562a4bc17f47878c77a1a610d7efd8de Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 27 May 2019 23:27:12 +0000 Subject: [PATCH] Update to SNM to 2.2.1 and switch NixOS state to 19.03 --- configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index e2aff79..ad1564f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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;