diff --git a/hosts/Infini-SERVER/default.nix b/hosts/Infini-SERVER/default.nix index 0f46ffb..45aae80 100644 --- a/hosts/Infini-SERVER/default.nix +++ b/hosts/Infini-SERVER/default.nix @@ -5,6 +5,8 @@ ./hardware-configuration.nix ]; + system.stateVersion = "22.05"; + modules = { boot = { grub.enable = true;