1 2 3 4 5 6 7 8 9
{ imports = [./config-iso.nix]; fileSystems."/" = { device="/dev/sda1"; fsType="ext4"; }; boot.loader.grub.enable = true; } # no newline afer this !