From fbb4db66c7254b663d7fcfbb9cca99e758c05880 Mon Sep 17 00:00:00 2001
From: Jens Nolte <git@queezle.net>
Date: Sun, 20 Dec 2020 03:35:53 +0100
Subject: [PATCH] Update system.stateVersion

---
 layers/base.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layers/base.nix b/layers/base.nix
index 8e0e285..45d3e13 100644
--- a/layers/base.nix
+++ b/layers/base.nix
@@ -22,7 +22,7 @@ in
   # 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 = lib.mkDefault "19.09"; # Did you read the comment?
+  system.stateVersion = lib.mkDefault "20.09"; # Did you read the comment?
 
   # Is it worth to specify this where it is needed instead of configuring it globally? Not sure yet.
   nixpkgs.config.allowUnfree = true;
-- 
GitLab