From eee92ff7f7383eb62344b43bb14edb6d666c7b46 Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Mon, 6 Jun 2022 19:26:35 +0200 Subject: [PATCH] Update base stateVersion --- nixos/machines/base/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/base/default.nix b/nixos/machines/base/default.nix index 4a3ac66..52de38b 100644 --- a/nixos/machines/base/default.nix +++ b/nixos/machines/base/default.nix @@ -1,5 +1,5 @@ { config, pkgs, ... }: { imports = [ ../../common ../../common/lxc.nix ]; networking.hostName = "base"; - system.stateVersion = "21.11"; + system.stateVersion = "22.05"; }