fix(Infini-SERVER): set system.stateVersion

This commit is contained in:
Infinidoge 2022-05-13 09:30:10 -04:00
parent 16cbc15ff0
commit fbd23aebc5

View file

@ -5,6 +5,8 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
system.stateVersion = "22.05";
modules = { modules = {
boot = { boot = {
grub.enable = true; grub.enable = true;