From ea8f063600f51d9ce637758f6bdb7c53a562148d Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Thu, 23 Dec 2021 18:41:51 +0100 Subject: [PATCH] Upgrade to nixos-21.11 --- defaults/base/applications.nix | 1 - host/speer/default.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/defaults/base/applications.nix b/defaults/base/applications.nix index 7ec3fc0..69e9edf 100644 --- a/defaults/base/applications.nix +++ b/defaults/base/applications.nix @@ -30,7 +30,6 @@ ack unzip unrar - perl530Packages.DigestSHA3 borgbackup iotop cabextract diff --git a/host/speer/default.nix b/host/speer/default.nix index d330dbc..c551aec 100644 --- a/host/speer/default.nix +++ b/host/speer/default.nix @@ -37,6 +37,6 @@ # 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? }