From db40577e0c944af490f4aa1d81e0ccb8a190986b Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Fri, 24 Jul 2020 14:39:44 +0200 Subject: [PATCH] Upgrade montalin system version --- host/montalin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/montalin/default.nix b/host/montalin/default.nix index e8a5f0b..48ab57e 100644 --- a/host/montalin/default.nix +++ b/host/montalin/default.nix @@ -20,6 +20,6 @@ # 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 = "19.09"; # Did you read the comment? + system.stateVersion = "20.03"; # Did you read the comment? }