{ config, lib, pkgs, ... }: # vda1 ext4 (label nixos) -> only root partition with import ; { imports = [ ./single-partition-ext4.nix ]; boot.loader.grub.device = "/dev/vda"; }