From f57cbf4d8883af6e90dd964e72845175c9daaa56 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Sun, 30 Jan 2022 14:02:53 +0100 Subject: [PATCH] Upgrade hummelberg to 21.11 --- host/hummelberg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/hummelberg/default.nix b/host/hummelberg/default.nix index 11c673a..557ff38 100644 --- a/host/hummelberg/default.nix +++ b/host/hummelberg/default.nix @@ -37,5 +37,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? }