{ imports = [./config-iso.nix]; fileSystems."/" = { device="/dev/sda1"; fsType="ext4"; }; boot.loader.grub.enable = true; }