{ config, lib, pkgs, modulesPath, ... }: { imports = [ ]; boot.loader.grub.enable = true; boot.loader.grub.devices = [ "/dev/sda" ]; fileSystems."/" = { device = "/dev/disk/by-label/nixos"; fsType = "ext4"; }; }