{ config, pkgs, ... }:

{

  boot.loader.grub = {
    enable = true;
    device = "/dev/nvme0n1";
  };

  system.stateVersion = "22.11";

}