Update base stateVersion

main
Julius 2022-06-06 19:26:35 +02:00
parent fa09bf933c
commit eee92ff7f7
Signed by: j00lz
GPG Key ID: AF241B0AA237BBA2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ config, pkgs, ... }: {
imports = [ ../../common ../../common/lxc.nix ];
networking.hostName = "base";
system.stateVersion = "21.11";
system.stateVersion = "22.05";
}