From 4670241891e1e9a99c34e2e7223131fa16b38cc8 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 6 Dec 2021 20:37:23 +0100 Subject: [PATCH] Switch to 21.11 for Odin --- nixos/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/base.nix b/nixos/base.nix index bd3649f..8072c84 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -241,5 +241,5 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "21.05"; # Did you read the comment? + system.stateVersion = "21.11"; # Did you read the comment? }