From 7ec14c8543cdcf6469f5464e58811c1844708c1b Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 2 Nov 2020 15:00:24 +0100 Subject: [PATCH] Update to 20.09 --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 2f9062e..0dc85b2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,5 +13,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 = "20.03"; # Did you read the comment? + system.stateVersion = "20.09"; # Did you read the comment? }