From 8b4cfb0fcfb10a7f35a9b109c197593a1f002cd3 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 24 Jun 2022 05:38:51 +0000 Subject: [PATCH] Use NixOS 22.05 --- README.md | 2 +- configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f54d20f..f23803e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [Download NixOS installation ISO](https://nixos.org/nixos/download.html) Note: -1. I assume that latest **stable** (e.g. 20.09) ISO will be used for installation. +1. I assume that latest **stable** (e.g. 22.05) ISO will be used for installation. 2. Some cloud providers disallow outbound SMTP by default. Check it if there'll be issues with outgoing emails. diff --git a/configuration.nix b/configuration.nix index 545ac12..31e8769 100644 --- a/configuration.nix +++ b/configuration.nix @@ -3,7 +3,7 @@ let secrets = import ./secrets.nix; hostname = "mail-dumpstack-io"; domain = "dumpstack.io"; - branch = "21.11"; + branch = "22.05"; in { imports = [ ./hardware-configuration.nix