From 530d00449a814a62b433d4ac003611c3a5222b30 Mon Sep 17 00:00:00 2001 From: revol-xut Date: Fri, 15 Apr 2022 16:52:33 +0200 Subject: [PATCH] hydra nixos version: 20.09->21.11 --- hosts/containers/hydra/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/containers/hydra/default.nix b/hosts/containers/hydra/default.nix index a3c2f76b..21bff428 100644 --- a/hosts/containers/hydra/default.nix +++ b/hosts/containers/hydra/default.nix @@ -72,5 +72,5 @@ # 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 = "20.09"; # Did you read the comment? + system.stateVersion = "21.11"; # Did you read the comment? } -- 2.42.0