From 3102c99275a13cf7b1bf6277280d79bcc658720f Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Tue, 28 Jun 2022 00:08:25 +0200 Subject: [PATCH] configuration.nix: update `system.stateVersion` --- examples/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/configuration.nix b/examples/configuration.nix index c946a35..bb36d07 100644 --- a/examples/configuration.nix +++ b/examples/configuration.nix @@ -274,7 +274,7 @@ # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you # should. - system.stateVersion = "21.11"; # Did you read the comment? + system.stateVersion = "22.05"; # Did you read the comment? # The nix-bitcoin release version that your config is compatible with. # When upgrading to a backwards-incompatible release, nix-bitcoin will display an