From 607f392d08ecbc3e2ccca209b6842b75d620e8fe Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sun, 24 Apr 2022 22:27:42 -0400 Subject: [PATCH] bump --- hosts/nil.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nil.nix b/hosts/nil.nix index 62f6c8f..ea088d1 100644 --- a/hosts/nil.nix +++ b/hosts/nil.nix @@ -101,5 +101,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? }