From efb7b9c3fc7f899cf1a2bda06cbbbd49e88b0c31 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 5 Feb 2022 18:44:06 +0000 Subject: [PATCH] Use NixOS 21.11 --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 2400d09..545ac12 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.05"; + branch = "21.11"; in { imports = [ ./hardware-configuration.nix