{ config, pkgs, ... }:
{
networking.hostName = "yoga";
boot.loader.grub.enableCryptodisk = true;
services.xserver.videoDrivers = [ "intel" ];
}